From e93b97c2a014fc27579a119343e00f48a600eea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:29:07 +0000 Subject: [PATCH] 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](https://github.com/bincode-org/bincode/compare/v1.3.3...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libafl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index cf38918683..e0c6208fdb 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -226,7 +226,7 @@ hashbrown = { workspace = true, features = [ num-traits = { workspace = true, default-features = false } serde = { workspace = true, features = ["alloc"] } # serialization lib postcard = { workspace = true } # no_std compatible serde serialization format -bincode = { version = "1.3.3", optional = true } +bincode = { version = "2.0.1", optional = true } bitbybit = { workspace = true } arbitrary-int = { workspace = true } ahash = { workspace = true } # The hash function already used in hashbrown