Skip to content

Commit c71dc26

Browse files
authored
chore(deps): update rust crate config to 0.15.8 (#2136)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [config](https://redirect.github.com/rust-cli/config-rs) | workspace.dependencies | patch | `0.15.7` -> `0.15.8` | --- ### Release Notes <details> <summary>rust-cli/config-rs (config)</summary> ### [`v0.15.8`](https://redirect.github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#0158---2025-02-10) [Compare Source](https://redirect.github.com/rust-cli/config-rs/compare/v0.15.7...v0.15.8) ##### Fix - Don't panic on non-unicode env variable names and values </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 242207e commit c71dc26

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
@@ -38,7 +38,7 @@ cfg-if = "1.0.0"
3838
color-eyre = "0.6.3"
3939
# config's "preserve_order" feature is needed for preserving the order of
4040
# setup scripts in .config/nextest.toml.
41-
config = { version = "0.15.7", default-features = false, features = [
41+
config = { version = "0.15.8", default-features = false, features = [
4242
"toml",
4343
"preserve_order",
4444
] }

0 commit comments

Comments
 (0)