From ac2d93e45eda691ac79693421425379953810211 Mon Sep 17 00:00:00 2001 From: smoelius <35515885+smoelius@users.noreply.github.com> Date: Fri, 9 Feb 2024 03:08:39 +0000 Subject: [PATCH] Update dependencies --- cargo-test-fuzz/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cargo-test-fuzz/Cargo.toml b/cargo-test-fuzz/Cargo.toml index 022179a8..830d7a50 100644 --- a/cargo-test-fuzz/Cargo.toml +++ b/cargo-test-fuzz/Cargo.toml @@ -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" @@ -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" }