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"