chore(deps): update rust crate config to v0.15.25 #37

Open
renovate-bot wants to merge 1 commit from renovate/config-0.x-lockfile into master
Member

This PR contains the following updates:

Package Type Update Change
config dependencies patch 0.15.19 -> 0.15.25

Release Notes

rust-cli/config-rs (config)

v0.15.25

Compare Source

Fixes
  • (ron) Support u64, and not just i64

v0.15.24

Compare Source

Fixes
  • (json) Support u64, and not just i64

v0.15.23

Compare Source

Fixes
  • Environment::convert_case: correctly apply casing to each key segment

v0.15.22

Compare Source

Documentation
  • Polish examples
Internal
  • Update winnow

v0.15.21

Compare Source

Compatibility
  • Bump MSRV to 1.85

v0.15.20

Compare Source

Fixes
  • Serialize the full u64 range
Internal
  • (toml) Update to 1.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [config](https://github.com/rust-cli/config-rs) | dependencies | patch | `0.15.19` -> `0.15.25` | --- ### Release Notes <details> <summary>rust-cli/config-rs (config)</summary> ### [`v0.15.25`](https://github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01525---2026-06-26) [Compare Source](https://github.com/rust-cli/config-rs/compare/v0.15.24...v0.15.25) ##### Fixes - *(ron)* Support `u64`, and not just `i64` ### [`v0.15.24`](https://github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01524---2026-06-16) [Compare Source](https://github.com/rust-cli/config-rs/compare/v0.15.23...v0.15.24) ##### Fixes - *(json)* Support `u64`, and not just `i64` ### [`v0.15.23`](https://github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01523---2026-05-14) [Compare Source](https://github.com/rust-cli/config-rs/compare/v0.15.22...v0.15.23) ##### Fixes - `Environment::convert_case`: correctly apply casing to each key segment ### [`v0.15.22`](https://github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01522---2026-03-17) [Compare Source](https://github.com/rust-cli/config-rs/compare/v0.15.21...v0.15.22) ##### Documentation - Polish examples ##### Internal - Update winnow ### [`v0.15.21`](https://github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01521---2026-03-12) [Compare Source](https://github.com/rust-cli/config-rs/compare/v0.15.20...v0.15.21) ##### Compatibility - Bump MSRV to 1.85 ### [`v0.15.20`](https://github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01520---2026-03-12) [Compare Source](https://github.com/rust-cli/config-rs/compare/v0.15.19...v0.15.20) ##### Fixes - Serialize the full `u64` range ##### Internal - *(toml)* Update to 1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
chore(deps): update rust crate config to v0.15.24
Some checks failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
5a48b37773
renovate-bot force-pushed renovate/config-0.x-lockfile from 5a48b37773
Some checks failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
to 79e473eb7c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2026-06-22 16:10:50 +05:30
Compare
renovate-bot changed title from chore(deps): update rust crate config to v0.15.24 to chore(deps): update rust crate config to v0.15.25 2026-06-27 00:13:34 +05:30
renovate-bot force-pushed renovate/config-0.x-lockfile from 79e473eb7c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to e78eec296d
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2026-06-27 00:13:35 +05:30
Compare
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/config-0.x-lockfile:renovate/config-0.x-lockfile
git switch renovate/config-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/config-0.x-lockfile
git switch renovate/config-0.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/config-0.x-lockfile
git switch renovate/config-0.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/config-0.x-lockfile
git switch master
git merge --squash renovate/config-0.x-lockfile
git switch master
git merge --ff-only renovate/config-0.x-lockfile
git switch master
git merge renovate/config-0.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ForgeFlux/starchart!37
No description provided.