Skip to content

Commit 809f369

Browse files
Bump flatbuffers from 25.9.23 to 25.12.19
Bumps [flatbuffers](https://github.com/google/flatbuffers) from 25.9.23 to 25.12.19. - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](google/flatbuffers@v25.9.23...v25.12.19) --- updated-dependencies: - dependency-name: flatbuffers dependency-version: 25.12.19 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3ddfb5 commit 809f369

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.9.23", default-features = false }
18+
flatbuffers = { version = "25.12.19", default-features = false }
1919
anyhow = { version = "1.0.100", default-features = false }
2020
log = "0.4.29"
2121
tracing = { version = "0.1.44", optional = true }

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Provides only the essential building blocks for interacting with the host enviro
1515
anyhow = { version = "1.0.100", default-features = false }
1616
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1717
hyperlight-common = { workspace = true, default-features = false }
18-
flatbuffers = { version= "25.9.23", default-features = false }
18+
flatbuffers = { version= "25.12.19", default-features = false }
1919
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }
2020

2121
[target.'cfg(target_arch = "x86_64")'.dependencies]

src/hyperlight_guest_bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buddy_system_allocator = "0.11.0"
3030
log = { version = "0.4", default-features = false }
3131
linkme = { version = "0.3.35", optional = true }
3232
spin = "0.10.0"
33-
flatbuffers = { version = "25.2.10", default-features = false }
33+
flatbuffers = { version = "25.12.19", default-features = false }
3434
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }
3535

3636
[lints]

src/hyperlight_guest_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hyperlight-guest = { workspace = true, default-features = false }
1616
hyperlight-guest-bin = { workspace = true, default-features = true }
1717
hyperlight-common = { workspace = true, default-features = false }
1818

19-
flatbuffers = { version = "25.2.10", default-features = false }
19+
flatbuffers = { version = "25.12.19", default-features = false }
2020
log = { version = "0.4", default-features = false }
2121

2222
[build-dependencies]

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.4" }
2929
libc = { version = "0.2.178" }
30-
flatbuffers = "25.9.23"
30+
flatbuffers = "25.12.19"
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)