Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent 2dded17 commit b352af5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 56 deletions.
95 changes: 40 additions & 55 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 @@ -49,7 +49,7 @@ log = "0.4.1"
clap = { version = "4.0.0", default-features = false, features = ["std", "derive"] }

[dev-dependencies]
clap = { version = "4.0.0", default-features = false, features = ["help", "usage"] }
clap = { version = "4.4.12", default-features = false, features = ["help", "usage"] }
env_logger = "0.10.1"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit b352af5

Please sign in to comment.