From 377b167a7e158f3a53ae789d46044736af36199b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:30:39 +0000 Subject: [PATCH] chore(deps): update bincode requirement from 1.3 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 90bfe345..7488c6f2 100644 --- a/data/Cargo.toml +++ b/data/Cargo.toml @@ -29,7 +29,7 @@ deadpool-redis = "0.23" bb8 = "0.8" # Serialization -bincode = "1.3" +bincode = "3.0" # Time chrono = { version = "0.4", features = ["serde"] }