From 20f5cc05b93e9a2a02bf288687d52cc1f1903673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 11:55:28 +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 10607f7e9c..e95ed649ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ dependencies = [ "ansi_colours", "anyhow", "assert_cmd", - "bincode", + "bincode 3.0.0", "bugreport", "bytesize", "clap", @@ -172,6 +172,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" @@ -1571,7 +1577,7 @@ version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" dependencies = [ - "bincode", + "bincode 1.3.3", "fancy-regex", "flate2", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 828520b93c..ea866466f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ regex-fancy = ["syntect/regex-fancy"] # Use the rust-only "fancy-regex" engine [dependencies] nu-ansi-term = "0.50.3" ansi_colours = "^1.2" -bincode = "1.0" +bincode = "3.0" console = "0.16.2" flate2 = "1.1" once_cell = "1.20"