Skip to content

Commit 0c49894

Browse files
Bump flatbuffers from 24.3.25 to 25.1.24
Bumps [flatbuffers](https://github.com/google/flatbuffers) from 24.3.25 to 25.1.24. - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](google/flatbuffers@v24.3.25...v25.1.24) --- updated-dependencies: - dependency-name: flatbuffers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66be772 commit 0c49894

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = "24.3.25", default-features = false }
18+
flatbuffers = { version = "25.1.24", default-features = false }
1919
anyhow = { version = "1.0.95", default-features = false }
2020
log = "0.4.20"
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 = "24.3.25"
29+
flatbuffers = "25.1.24"
3030
page_size = "0.6.0"
3131
termcolor = "1.2.0"
3232
bitflags = "2.8.0"

0 commit comments

Comments
 (0)