Skip to content

Commit ba43bec

Browse files
build(deps): update bincode requirement from 1.3.3 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.3...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e69bb50 commit ba43bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firewood/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sha2 = "0.10.8"
2626
test-case = "3.3.1"
2727
thiserror = "2.0.3"
2828
typed-builder = "0.21.0"
29-
bincode = "1.3.3"
29+
bincode = "2.0.1"
3030
integer-encoding = "4.0.0"
3131
smallvec = "1.6.1"
3232
fastrace = { version = "0.7.4" }

storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.85.0"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
bincode = "1.3.3"
10+
bincode = "2.0.1"
1111
bitflags = "2.5.0"
1212
enum-as-inner = "0.6.0"
1313
hex = "0.4.3"

0 commit comments

Comments
 (0)