Skip to content

Commit cb2d2ee

Browse files
Bump flatbuffers from 25.1.24 to 25.2.10 (#260)
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](google/flatbuffers@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 941f4bd commit cb2d2ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.1.24", default-features = false }
18+
flatbuffers = { version = "25.2.10", default-features = false }
1919
anyhow = { version = "1.0.95", default-features = false }
2020
log = "0.4.25"
2121
tracing = { version = "0.1.41", optional = true }

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rand = { version = "0.9" }
2626
cfg-if = { version = "1.0.0" }
2727
libc = { version = "0.2.169" }
2828
paste = "1.0"
29-
flatbuffers = "25.1.24"
29+
flatbuffers = "25.2.10"
3030
page_size = "0.6.0"
3131
termcolor = "1.2.0"
3232
bitflags = "2.8.0"

0 commit comments

Comments
 (0)