Skip to content

Commit 7148efe

Browse files
authored
Update Rust crate config to 0.15.12 (#2449)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [config](https://redirect.github.com/rust-cli/config-rs) | workspace.dependencies | patch | `0.15.11` -> `0.15.12` | --- ### Release Notes <details> <summary>rust-cli/config-rs (config)</summary> ### [`v0.15.12`](https://redirect.github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01512---2025-07-08) [Compare Source](https://redirect.github.com/rust-cli/config-rs/compare/v0.15.11...v0.15.12) ##### Performance - Upgrade to `toml` v0.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yNi4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 205bcab commit 7148efe

File tree

3 files changed

+58
-13
lines changed

3 files changed

+58
-13
lines changed

Cargo.lock

Lines changed: 57 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cfg-if = "1.0.1"
4040
color-eyre = "0.6.5"
4141
# config's "preserve_order" feature is needed for preserving the order of
4242
# setup scripts in .config/nextest.toml.
43-
config = { version = "0.15.11", default-features = false, features = [
43+
config = { version = "0.15.12", default-features = false, features = [
4444
"toml",
4545
"preserve_order",
4646
] }

workspace-hack/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ smallvec = { version = "1.15.1", default-features = false, features = ["const_ge
4040
target-spec = { version = "3.4.2", default-features = false, features = ["custom", "summaries"] }
4141
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
4242
tokio = { version = "1.46.1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
43-
toml = { version = "0.8.23", features = ["preserve_order"] }
4443
toml_edit = { version = "0.22.27", features = ["serde"] }
4544
tracing-core = { version = "0.1.33" }
4645
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] }

0 commit comments

Comments
 (0)