From 10a241f2fcb80f3a3a46b2a85559e1171edf4b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:39:34 +0000 Subject: [PATCH] build(deps): 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.0) --- updated-dependencies: - dependency-name: bincode 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 19c16c50..a7ef0907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = ["src/**/*", "LICENSE", "README.md"] full-test = [] [dependencies] -bincode = "1.3" +bincode = "2.0" byteorder = "1.3.0" lz4 = ">=1.28.1" anyhow = "1"