Skip to content

Commit

Permalink
Update the config crate from 0.13.4 to 0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weiss <michael.weiss@eviden.com>
  • Loading branch information
primeos-work committed Feb 21, 2024
1 parent 51efa7a commit 2ec9497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
27 changes: 3 additions & 24 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
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.14", default-features = false, features = [ "toml" ] }
csv = "1"
daggy = { version = "0.8", features = [ "serde" ] }
dialoguer = "0.11"
Expand Down

0 comments on commit 2ec9497

Please sign in to comment.