From 093d3171932b14a5ec10b7ab3e4803e8b985d5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:03:08 +0000 Subject: [PATCH] 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](https://github.com/bincode-org/bincode/compare/v1.3.3...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- qmdb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmdb/Cargo.toml b/qmdb/Cargo.toml index 0059cf2..424302d 100644 --- a/qmdb/Cargo.toml +++ b/qmdb/Cargo.toml @@ -30,7 +30,7 @@ dashmap = "6.0.0-rc.1" parking_lot = { version = "0.12.1", features = ["arc_lock"] } blake2 = "0.10.6" serde = {version="1.0.210", features = ["derive"]} -bincode = "1.3.3" +bincode = "2.0.1" hpfile = { path = "../hpfile" } rs_merkle = "1.4" aes-gcm = "0.10.3"