From 80921ad7a9e6103056ec6c690e2d52b9c145dd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 04:30:48 +0000 Subject: [PATCH] Update bincode requirement from 1.2.1 to 2.0.0 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.2.1...v2.0.0) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index b9f5912c..dee1ec69 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0 OR Zlib" blake3 = "1.3.3" serde = { version = "1.0.104", features = ["derive"] } nalgebra = { workspace = true, features = ["serde-serialize"] } -bincode = "1.2.1" +bincode = "2.0.0" anyhow = "1.0.26" quinn = { workspace = true } libm = "0.2.6"