Skip to content

Commit f62c8ee

Browse files
Update bincode requirement from 1.3.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.3.1...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4092e24 commit f62c8ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ wasm-bindgen-test = "0.3"
5050
[dev-dependencies]
5151
itertools = "0.13.0"
5252
serde_json = "1.0"
53-
bincode = "1.3.1"
53+
bincode = "2.0.1"
5454

5555
[workspace]
5656

0 commit comments

Comments
 (0)