From bbb11e358e9ff3bf7ee2308bacfd995c11a0df56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:24:34 +0000 Subject: [PATCH] chore(deps): update bincode requirement from 1.3 to 3.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: 3.0.0 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 16a9627..b066eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ criterion = "0.5" rand-09 = { version = "0.9", package = "rand" } approx = "0.5" -bincode = "1.3" +bincode = "3.0" hex = "0.4" hex-literal = "1.0" postgres = "0.19"