Skip to content

Commit b955a37

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

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
@@ -29,7 +29,7 @@ serdect = { version = "0.3", optional = true, default-features = false }
2929
zeroize = { version = "1", optional = true, default-features = false }
3030

3131
[dev-dependencies]
32-
bincode = "1"
32+
bincode = "2"
3333
criterion = { version = "0.5", features = ["html_reports"] }
3434
hex-literal = "1"
3535
num-bigint = "0.4"

0 commit comments

Comments
 (0)