Skip to content

Commit

Permalink
Update the config crate from 0.13.4 to 0.15.4
Browse files Browse the repository at this point in the history
We had to revert the update to version 0.14 in 4c6f027 due to a
breaking change that made the `config` crate case-insensitive regarding
configuration keys/settings.
The impact of that upstream change/"regression" was tracked in [0],
the change finally got reverted in [1], and version 0.15.0 was released
with the original (case-sensitive) behaviour.

[0]: rust-cli/config-rs#531
[1]: rust-cli/config-rs#613

Signed-off-by: Michael Weiss <[email protected]>
  • Loading branch information
primeos-work committed Dec 30, 2024
1 parent ba38bce commit 9f05d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 46 deletions.
52 changes: 7 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrono = "0.4"
clap = { version = "4", features = ["cargo"] }
clap_complete = "4"
colored = "2"
config = { version = "0.13", default-features = false, features = [ "toml" ] }
config = { version = "0.15", default-features = false, features = [ "toml" ] }
csv = "1"
daggy = { version = "0.8", features = [ "serde" ] }
dialoguer = "0.11"
Expand Down

0 comments on commit 9f05d6a

Please sign in to comment.