We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1156729 commit 441ea08Copy full SHA for 441ea08
libafl/Cargo.toml
@@ -226,7 +226,7 @@ hashbrown = { workspace = true, features = [
226
num-traits = { workspace = true, default-features = false }
227
serde = { workspace = true, features = ["alloc"] } # serialization lib
228
postcard = { workspace = true } # no_std compatible serde serialization format
229
-bincode = { version = "1.3.3", optional = true }
+bincode = { version = "2.0.1", optional = true }
230
bitbybit = { workspace = true }
231
arbitrary-int = { workspace = true }
232
ahash = { workspace = true } # The hash function already used in hashbrown
0 commit comments