Skip to content

Commit 093d317

Browse files
chore(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 8def52e commit 093d317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qmdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dashmap = "6.0.0-rc.1"
3030
parking_lot = { version = "0.12.1", features = ["arc_lock"] }
3131
blake2 = "0.10.6"
3232
serde = {version="1.0.210", features = ["derive"]}
33-
bincode = "1.3.3"
33+
bincode = "2.0.1"
3434
hpfile = { path = "../hpfile" }
3535
rs_merkle = "1.4"
3636
aes-gcm = "0.10.3"

0 commit comments

Comments
 (0)