diff --git a/cargo-test-fuzz/Cargo.toml b/cargo-test-fuzz/Cargo.toml index 975aa44a..7f12bcfe 100644 --- a/cargo-test-fuzz/Cargo.toml +++ b/cargo-test-fuzz/Cargo.toml @@ -18,7 +18,7 @@ doctest = false [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } -bitflags = "2.4" +bitflags = "2.5" cargo_metadata = "0.18" clap = { version = "4.5", features = ["cargo", "derive", "wrap_help"] } env_logger = "0.11"