diff --git a/Cargo.lock b/Cargo.lock index c5e3b9eda..5114436ae 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 0c5cffc41..1a75b270f 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 032911ddd..025b4dccc 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"