Skip to content

Commit b72a3e3

Browse files
Update bincode requirement from 1.2.1 to 2.0.1
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.2.1...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffc1ad2 commit b72a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ arrayvec = "0.7.6"
1313
blake3 = "1.3.3"
1414
serde = { version = "1.0.104", features = ["derive"] }
1515
nalgebra = { workspace = true, features = ["serde-serialize"] }
16-
bincode = "1.2.1"
16+
bincode = "3.0.0"
1717
anyhow = "1.0.26"
1818
quinn = { workspace = true }
1919
libm = "0.2.6"

0 commit comments

Comments
 (0)