We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bcafa commit e728df9Copy full SHA for e728df9
Cargo.toml
@@ -126,7 +126,7 @@ typed-builder = "0.20.0" # Implement the builder pattern at compiletime
126
typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization
127
unicorn-engine = "2.0.1" # Used in libafl_unicorn
128
uuid = { version = "1.10.0", features = ["serde", "v4"] }
129
-which = "6.0.3"
+which = "7.0.2"
130
windows = "0.59.0"
131
z3 = "0.12.1"
132
fs2 = "0.4.3" # Used by OnDisk Corpus for file locking
0 commit comments