Skip to content

Commit 084bf79

Browse files
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](bincode-org/bincode@v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a6c81f commit 084bf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ url = { version = "2.5.0", optional = true, default-features = false }
2828
libp2p-identity = { version = "0.2.9", features = ["peerid"] }
2929

3030
[dev-dependencies]
31-
bincode = "1"
31+
bincode = "2"
3232
quickcheck = { version = "1.0.3", default-features = false }
3333
rand = "0.9.0"
3434
serde_json = "1.0"

0 commit comments

Comments
 (0)