Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Feb 9, 2024
1 parent cdebe0b commit ac2d93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doctest = false
anyhow = { version = "1.0", features = ["backtrace"] }
bitflags = "2.4"
cargo_metadata = "0.18"
clap = { version = "4.4", features = ["cargo", "derive", "wrap_help"] }
clap = { version = "4.5", features = ["cargo", "derive", "wrap_help"] }
env_logger = "0.11"
heck = "0.4"
log = "0.4"
Expand All @@ -44,7 +44,7 @@ rlimit = "0.10"
rustc_version = "0.4"
semver = "1.0"
serde_json = "1.0"
tempfile = "3.9"
tempfile = "3.10"
xshell = "0.2"

testing = { path = "../testing", package = "test-fuzz-testing" }
Expand Down

0 comments on commit ac2d93e

Please sign in to comment.