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 4130e38 commit 2166b45Copy full SHA for 2166b45
Cargo.toml
@@ -123,7 +123,7 @@ static_assertions = "1.1.0"
123
strum = "0.27.0"
124
strum_macros = "0.27.0"
125
toml = "0.8.19" # For parsing the injections toml file
126
-typed-builder = "0.20.0" # Implement the builder pattern at compiletime
+typed-builder = "0.21.0" # Implement the builder pattern at compiletime
127
typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization
128
unicorn-engine = "2.0.1" # Used in libafl_unicorn
129
uuid = { version = "1.10.0", features = ["serde", "v4"] }
0 commit comments