Skip to content

Commit 0a27a61

Browse files
build(deps): update bincode requirement from 1 to 3
Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33f1de2 commit 0a27a61

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 = "3"
3232
quickcheck = { version = "1.0.3", default-features = false }
3333
rand = "0.9.0"
3434
serde_json = "1.0"

0 commit comments

Comments
 (0)