From eabb24d9dec0a50c54c3be364ec7ae3dfce4c477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:59:35 +0000 Subject: [PATCH] Update bincode requirement from 1.3 to 2.0 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.0...v2.0.1) --- 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 e1409d2..b88d4e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ aes-gcm = "0.10" anyhow = "1.0" argon2 = "0.5" base64 = "0.21" -bincode = "1.3" +bincode = "2.0" blake3 = "1.3" hex = "0.4" image = "0.24"