From 21b4354b33be65dd9cea4382ceb5feb1bb079688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 02:41:53 +0000 Subject: [PATCH] build(deps): bump bincode from 1.3.3 to 3.0.0 Bumps [bincode](https://github.com/bincode-org/bincode) from 1.3.3 to 3.0.0. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4687116..b1439a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,6 +552,12 @@ dependencies = [ "serde", ] +[[package]] +name = "bincode" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd6a120d2e16b3e1b4a24bd70f23b12d3e16b81f113364a26935f8db7245452d" + [[package]] name = "bit-set" version = "0.8.0" @@ -1646,7 +1652,7 @@ checksum = "43a5258f079b97bf2e8311ff9579e903c899dcbac0d9a138d62e9a066778bd07" dependencies = [ "anndists", "anyhow", - "bincode", + "bincode 1.3.3", "cfg-if", "cpu-time", "env_logger", @@ -6074,7 +6080,7 @@ dependencies = [ "arrow-ipc", "arrow-schema", "async-trait", - "bincode", + "bincode 3.0.0", "bytes", "crc32fast", "criterion", diff --git a/Cargo.toml b/Cargo.toml index d475048..daa7732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,7 +178,7 @@ hyperloglog-rs = "0.1" # Zero-copy serialization (for hotcache + footers) rkyv = { version = "0.7", features = ["validation"] } -bincode = "1.3" +bincode = "3.0" postcard = { version = "1", features = ["alloc"] } [profile.release]