Skip to content

Commit 8ba93cc

Browse files
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 2f618e9 commit 8ba93cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thiserror = { version = "1.0", optional = true }
2424
zeroize = { version = "1", default-features = false, features = ["zeroize_derive"] }
2525

2626
[dev-dependencies]
27-
bincode = "1"
27+
bincode = "2"
2828
criterion = "0.5"
2929
lazy_static = "1.4"
3030
proptest = "1.0"

0 commit comments

Comments
 (0)