From 96bdf7945449487dfbd1232054479fb7354aafde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:45:24 +0000 Subject: [PATCH] chore(deps): update bincode requirement from 2.0 to 3.0 in /data Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Cargo.toml b/data/Cargo.toml index 77e5d33..98b8945 100644 --- a/data/Cargo.toml +++ b/data/Cargo.toml @@ -29,7 +29,7 @@ deadpool-redis = "0.23" bb8 = "0.9" # Serialization -bincode = "2.0" +bincode = "3.0" # Time chrono = { version = "0.4", features = ["serde"] }