diff --git a/Cargo.toml b/Cargo.toml index 8b82f2bff1..824d7d4b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ typed-builder = "0.20.0" # Implement the builder pattern at compiletime typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization unicorn-engine = "2.0.1" # Used in libafl_unicorn uuid = { version = "1.10.0", features = ["serde", "v4"] } -which = "6.0.3" +which = "7.0.2" windows = "0.59.0" z3 = "0.12.1" fs2 = "0.4.3" # Used by OnDisk Corpus for file locking