From d9efed3f23f4de095f8641e31b2d0e9deb8bdde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:01:19 +0000 Subject: [PATCH] Update bincode requirement from 1.3.3 to 2.0.1 in /src/rust/iced-x86 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] --- src/rust/iced-x86/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/iced-x86/Cargo.toml b/src/rust/iced-x86/Cargo.toml index b30ca6d..d67e709 100644 --- a/src/rust/iced-x86/Cargo.toml +++ b/src/rust/iced-x86/Cargo.toml @@ -54,7 +54,7 @@ optional = true default-features = false [dev-dependencies] -bincode = "1.3.3" +bincode = "2.0.1" serde_json = "1.0.78" # https://docs.rs/about/metadata