Skip to content

Commit 13ad547

Browse files
authored
Update Rust crate config to 0.15.13 (#2455)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [config](https://redirect.github.com/rust-cli/config-rs) | workspace.dependencies | patch | `0.15.12` -> `0.15.13` | --- ### Release Notes <details> <summary>rust-cli/config-rs (config)</summary> ### [`v0.15.13`](https://redirect.github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01513---2025-07-09) [Compare Source](https://redirect.github.com/rust-cli/config-rs/compare/v0.15.12...v0.15.13) ##### Fixes - Skip UTF-8 BOMs when reading files </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yOC4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent d021ec0 commit 13ad547

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.12", default-features = false, features = [
43+
config = { version = "0.15.13", default-features = false, features = [
4444
"toml",
4545
"preserve_order",
4646
] }

0 commit comments

Comments
 (0)