From 084bf79cc6d633b6e8f8076a308b1068af4bcfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:21:55 +0000 Subject: [PATCH] build(deps): update bincode requirement from 1 to 2 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.0.0...v2.0.0) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72e1d04..1879768 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ url = { version = "2.5.0", optional = true, default-features = false } libp2p-identity = { version = "0.2.9", features = ["peerid"] } [dev-dependencies] -bincode = "1" +bincode = "2" quickcheck = { version = "1.0.3", default-features = false } rand = "0.9.0" serde_json = "1.0"