From 3cce1cb53ccfa787ee2ac4272dcbde2aa4543b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:25:09 +0000 Subject: [PATCH] build(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] --- arrow-schema/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-schema/Cargo.toml b/arrow-schema/Cargo.toml index cd9bf767e16b..7d2fff078f0a 100644 --- a/arrow-schema/Cargo.toml +++ b/arrow-schema/Cargo.toml @@ -53,7 +53,7 @@ serde = ["dep:serde_core", "dep:serde"] all-features = true [dev-dependencies] -bincode = { version = "2.0.1", default-features = false, features = [ +bincode = { version = "3.0.0", default-features = false, features = [ "std", "serde", ] }