Skip to content

Commit

Permalink
chore(deps): update rust crate config to ^0.15.0 (#882)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 98483f3 commit 3fb6686
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
35 changes: 14 additions & 21 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 @@ -25,7 +25,7 @@ chrono = { version = "^0.4", default-features = false, features = ["clock", "ser
clap = { version = "^4.5", features = ["cargo", "color", "derive", "env"] }
clap_complete = { version = "^4.5" }
color-eyre = { version = "^0.6", features = ["default", "issue-url", "track-caller"] }
config = { version = "^0.14", default-features = false }
config = { version = "^0.15.0", default-features = false }
derive_builder = { version = "^0.20" }
dialoguer = "^0.11"
dirs = "^5.0"
Expand Down

0 comments on commit 3fb6686

Please sign in to comment.