From 28246a6f551b0d3081f93cb38a154db2f9eb53c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:24:38 +0000 Subject: [PATCH] chore(deps): bump flatbuffers from 24.12.23 to 25.1.24 Bumps [flatbuffers](https://github.com/google/flatbuffers) from 24.12.23 to 25.1.24. - [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/v24.12.23...v25.1.24) --- updated-dependencies: - dependency-name: flatbuffers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rayexec_bullet/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f7d8207a..1f8b929af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -852,9 +852,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flatbuffers" -version = "24.12.23" +version = "25.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096" +checksum = "c58d7edb5d62d268a095c72e59c8dcf2c456ad3e332a9df17bdc4bd029a9a870" dependencies = [ "bitflags 1.3.2", "rustc_version", diff --git a/crates/rayexec_bullet/Cargo.toml b/crates/rayexec_bullet/Cargo.toml index 09c5c124f..25d8e634b 100644 --- a/crates/rayexec_bullet/Cargo.toml +++ b/crates/rayexec_bullet/Cargo.toml @@ -14,6 +14,6 @@ csv-core = { version = "0.1.11", default-features = false } # Default features h chrono = "0.4.39" textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] } serde = { workspace = true } -flatbuffers = "24.12.23" +flatbuffers = "25.1.24" bytes = { workspace = true } ahash = { workspace = true }