From e5dde184e95b729a0df61f8b13ab662971485c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:13:17 +0000 Subject: [PATCH] Bump flatbuffers in /rust in the dependabot group Bumps the dependabot group in /rust with 1 update: [flatbuffers](https://github.com/google/flatbuffers). Updates `flatbuffers` from 25.9.23 to 25.12.19 - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/flatbuffers/compare/v25.9.23...v25.12.19) --- updated-dependencies: - dependency-name: flatbuffers dependency-version: 25.12.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 46faeec3..3873ab47 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -261,9 +261,9 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "flatbuffers" -version = "25.9.23" +version = "25.12.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b6620799e7340ebd9968d2e0708eb82cf1971e9a16821e2091b6d6e475eed5" +checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3" dependencies = [ "bitflags", "rustc_version", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8314afc6..8b5d04de 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -20,7 +20,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] criterion = "0.8.1" -flatbuffers = "25.9" +flatbuffers = "25.12" flate2 = { version = "1.1.4" } glob = "0.3.3" lz4_flex = { version = "0.12.0", default-features = false , features = ["frame"] }