From 861eca2f6be8b583a29d3f846d38c27bef5d14dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:42:49 +0000 Subject: [PATCH] Bump flatbuffers from 24.3.25 to 25.1.24 Bumps [flatbuffers](https://github.com/google/flatbuffers) from 24.3.25 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.3.25...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 ++-- src/hyperlight_common/Cargo.toml | 2 +- src/hyperlight_host/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e7b5c15..7873026d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,9 +693,9 @@ checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "flatbuffers" -version = "24.3.25" +version = "25.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" +checksum = "c58d7edb5d62d268a095c72e59c8dcf2c456ad3e332a9df17bdc4bd029a9a870" dependencies = [ "bitflags 1.3.2", "rustc_version", diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index 0c5cffc4..1a75b270 100644 --- a/src/hyperlight_common/Cargo.toml +++ b/src/hyperlight_common/Cargo.toml @@ -15,7 +15,7 @@ Hyperlight's components common to host and guest. workspace = true [dependencies] -flatbuffers = { version = "24.3.25", default-features = false } +flatbuffers = { version = "25.1.24", default-features = false } anyhow = { version = "1.0.95", default-features = false } log = "0.4.20" tracing = { version = "0.1.41", optional = true } diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 032911dd..025b4dcc 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -26,7 +26,7 @@ rand = { version = "0.9" } cfg-if = { version = "1.0.0" } libc = { version = "0.2.169" } paste = "1.0" -flatbuffers = "24.3.25" +flatbuffers = "25.1.24" page_size = "0.6.0" termcolor = "1.2.0" bitflags = "2.8.0"