Skip to content

Commit 80584a8

Browse files
Bump flatbuffers from 25.2.10 to 25.9.23 (#911)
Bumps [flatbuffers](https://github.com/google/flatbuffers) from 25.2.10 to 25.9.23. - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](google/flatbuffers@v25.2.10...v25.9.23) --- updated-dependencies: - dependency-name: flatbuffers dependency-version: 25.9.23 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 496e1a8 commit 80584a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hyperlight's components common to host and guest.
1515
workspace = true
1616

1717
[dependencies]
18-
flatbuffers = { version = "25.2.10", default-features = false }
18+
flatbuffers = { version = "25.9.23", default-features = false }
1919
anyhow = { version = "1.0.100", default-features = false }
2020
log = "0.4.28"
2121
tracing = { version = "0.1.41", optional = true }

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = { version = "1.0.100", default-features = false }
1616
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1717
hyperlight-common = { workspace = true }
1818
hyperlight-guest-tracing = { workspace = true, default-features = false }
19-
flatbuffers = { version= "25.2.10", default-features = false }
19+
flatbuffers = { version= "25.9.23", default-features = false }
2020

2121
[features]
2222
default = []

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ goblin = { version = "0.10", default-features = false, features = ["std", "elf32
2727
rand = { version = "0.9" }
2828
cfg-if = { version = "1.0.3" }
2929
libc = { version = "0.2.176" }
30-
flatbuffers = "25.2.10"
30+
flatbuffers = "25.9.23"
3131
framehop = { version = "0.15.0", optional = true }
3232
fallible-iterator = { version = "0.3.0", optional = true }
3333
blake3 = "1.8.2"

0 commit comments

Comments
 (0)