From e9616a767040fac1a38d511ea9e119e126d52945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:36:48 +0000 Subject: [PATCH] chore(deps)(deps): update bincode requirement from 2.0.1 to 3.0.0 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: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff3e9c9..c89f411 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ colored = "3.0.0" dialoguer = "0.12.0" # Serialization & Configuration -bincode = {version = "2.0.1", features = ["serde"] } +bincode = {version = "3.0.0", features = ["serde"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.145" toml = "0.9.5"