From d86e692f0273d8a1fc3b315326175debd7bf494e 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-py 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-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/iced-x86-py/Cargo.toml b/src/rust/iced-x86-py/Cargo.toml index 859d214..a204bc7 100644 --- a/src/rust/iced-x86-py/Cargo.toml +++ b/src/rust/iced-x86-py/Cargo.toml @@ -10,7 +10,7 @@ name = "_iced_x86_py" crate-type = ["cdylib"] [dependencies] -bincode = "1.3.3" +bincode = "2.0.1" [dependencies.pyo3] version = "0.22.0"