Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 29, 2023
1 parent 4691d72 commit 6b66566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Archimedes helper tasks CLI"
[dependencies]
anyhow = "1.0.70"
chrono = "0.4.24"
clap = { version = "4.1.14", features = ["derive"] }
clap = { version = "4.2.0", features = ["derive"] }
derive_more = "0.99.17"
glob = "0.3.1"
itertools = "0.10.5"
Expand Down

0 comments on commit 6b66566

Please sign in to comment.