From a888fd484cc63373f52721bc22e0553b258307c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:32:00 +0000 Subject: [PATCH] Bump flatbuffers from 25.1.24 to 25.2.10 Bumps [flatbuffers](https://github.com/google/flatbuffers) from 25.1.24 to 25.2.10. - [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.1.24...v25.2.10) --- updated-dependencies: - dependency-name: flatbuffers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/hyperlight_common/Cargo.toml | 2 +- src/hyperlight_host/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dfef2fa9..f5531c7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,11 +693,11 @@ checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "flatbuffers" -version = "25.1.24" +version = "25.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58d7edb5d62d268a095c72e59c8dcf2c456ad3e332a9df17bdc4bd029a9a870" +checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.8.0", "rustc_version", ] diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index 270ec58bb..f33476829 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 = "25.1.24", default-features = false } +flatbuffers = { version = "25.2.10", default-features = false } anyhow = { version = "1.0.95", default-features = false } log = "0.4.25" tracing = { version = "0.1.41", optional = true } diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 6cb8c96c1..657dce0cd 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 = "25.1.24" +flatbuffers = "25.2.10" page_size = "0.6.0" termcolor = "1.2.0" bitflags = "2.8.0"