Skip to content

Commit

Permalink
update clap dependency (#521)
Browse files Browse the repository at this point in the history
Co-authored-by: Ron Kuris <[email protected]>
  • Loading branch information
Dan Laine and rkuris authored Feb 9, 2024
1 parent 616b000 commit 6d663a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firewood/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rand = "0.8.5"
triehash = "0.8.4"
assert_cmd = "2.0.13"
predicates = "3.1.0"
clap = { version = "4.4.18", features = ['derive'] }
clap = { version = "4.5.0", features = ['derive'] }
test-case = "3.3.1"
pprof = { version = "0.13.0", features = ["flamegraph"] }

Expand Down
2 changes: 1 addition & 1 deletion fwdctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
firewood = { version = "0.0.4", path = "../firewood" }
clap = { version = "4.4.18", features = ["cargo", "derive"] }
clap = { version = "4.5.0", features = ["cargo", "derive"] }
anyhow = "1.0.79"
env_logger = "0.11.1"
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion grpc-testtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.56"
tokio = { version = "1.36.0", features = ["sync", "rt-multi-thread"] }
tonic = { version = "0.11.0", features = ["tls"] }
tracing = { version = "0.1.40" }
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.0", features = ["derive"] }
tempdir = "0.3.7"
log = "0.4.20"
env_logger = "0.11.1"
Expand Down

0 comments on commit 6d663a7

Please sign in to comment.