Skip to content

Commit 441ea08

Browse files
Update bincode requirement from 1.3.3 to 2.0.1
Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](bincode-org/bincode@v1.3.3...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1156729 commit 441ea08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ hashbrown = { workspace = true, features = [
226226
num-traits = { workspace = true, default-features = false }
227227
serde = { workspace = true, features = ["alloc"] } # serialization lib
228228
postcard = { workspace = true } # no_std compatible serde serialization format
229-
bincode = { version = "1.3.3", optional = true }
229+
bincode = { version = "2.0.1", optional = true }
230230
bitbybit = { workspace = true }
231231
arbitrary-int = { workspace = true }
232232
ahash = { workspace = true } # The hash function already used in hashbrown

0 commit comments

Comments
 (0)