Skip to content

Commit

Permalink
bump clap
Browse files Browse the repository at this point in the history
  • Loading branch information
marcograss committed Oct 9, 2024
1 parent d68441e commit 8e18a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ name = "pz_benchmark"
anyhow = {version = "1.0.89", optional = true}
bytesize = "1.3.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = {version = "4.5.19", features = ["derive"], optional = true}
clap = {version = "4.5.20", features = ["derive"], optional = true}
conv = "0.3.3"
curl = {version = "0.4.47", default-features = false}
env_logger = {version = "0.11.5", optional = true}
Expand Down

0 comments on commit 8e18a76

Please sign in to comment.