FFFF Bump flatbuffers from 25.9.23 to 25.12.19 by dependabot[bot] · Pull Request #1133 · hyperlight-dev/hyperlight · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/hyperlight_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hyperlight's components common to host and guest.
workspace = true

[dependencies]
flatbuffers = { version = "25.9.23", default-features = false }
flatbuffers = { version = "25.12.19", default-features = false }
anyhow = { version = "1.0.100", default-features = false }
log = "0.4.29"
tracing = { version = "0.1.44", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides only the essential building blocks for interacting with the host enviro
anyhow = { version = "1.0.100", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
hyperlight-common = { workspace = true, default-features = false }
flatbuffers = { version= "25.9.23", default-features = false }
flatbuffers = { version= "25.12.19", default-features = false }
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }

[target.'cfg(target_arch = "x86_64")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_guest_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buddy_system_allocator = "0.11.0"
log = { version = "0.4", default-features = false }
linkme = { version = "0.3.35", optional = true }
spin = "0.10.0"
flatbuffers = { version = "25.2.10", default-features = false }
flatbuffers = { version = "25.12.19", default-features = false }
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_guest_capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hyperlight-guest = { workspace = true, default-features = false }
hyperlight-guest-bin = { workspace = true, default-features = true }
hyperlight-common = { workspace = true, default-features = false }

flatbuffers = { version = "25.2.10", default-features = false }
flatbuffers = { version = "25.12.19", default-features = false }
log = { version = "0.4", default-features = false }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ goblin = { version = "0.10", default-features = false, features = ["std", "elf32
rand = { version = "0.9" }
cfg-if = { version = "1.0.4" }
libc = { version = "0.2.178" }
flatbuffers = "25.9.23"
flatbuffers = "25.12.19"
framehop = { version = "0.15.0", optional = true }
fallible-iterator = { version = "0.3.0", optional = true }
blake3 = "1.8.2"
Expand Down
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
0