Skip to content

Commit 983f742

Browse files
Bump bincode from 1.3.3 to 2.0.0
Bumps [bincode](https://github.com/bincode-org/bincode) from 1.3.3 to 2.0.0. - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](bincode-org/bincode@v1.3.3...v2.0.0) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b32a751 commit 983f742

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

Cargo.lock

+25-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1", optional = true, default-features = false }
2525
zeroize = { version = "1.8", optional = true, default-features = false }
2626

2727
[dev-dependencies]
28-
bincode = "1"
28+
bincode = "2"
2929

3030
[features]
3131
extra-sizes = []

0 commit comments

Comments
 (0)