Skip to content

Commit

Permalink
fix(deps): update rust crate config to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zurawiki committed Oct 12, 2024
1 parent fe87f80 commit 138d1f2
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 51 deletions.
129 changes: 79 additions & 50 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 @@ -23,7 +23,7 @@ async-trait = "0.1.73"
backoff = "0.4.0"
clap = { version = "4.4.4", features = ["derive"] }
colored = "2.0.4"
config = { version = "0.13.3", features = ["toml"] }
config = { version = "0.14.0", features = ["toml"] }
dirs = "5.0.1"
lazy_static = "1.4.0"
log = "0.4.20"
Expand Down

0 comments on commit 138d1f2

Please sign in to comment.