Skip to content

Commit

Permalink
Bump flatbuffers from 24.3.25 to 25.1.24
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent da37ab7 commit 861eca2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = "24.3.25", default-features = false }
flatbuffers = { version = "25.1.24", default-features = false }
anyhow = { version = "1.0.95", default-features = false }
log = "0.4.20"
tracing = { version = "0.1.41", optional = true }
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 @@ -26,7 +26,7 @@ rand = { version = "0.9" }
cfg-if = { version = "1.0.0" }
libc = { version = "0.2.169" }
paste = "1.0"
flatbuffers = "24.3.25"
flatbuffers = "25.1.24"
page_size = "0.6.0"
termcolor = "1.2.0"
bitflags = "2.8.0"
Expand Down

0 comments on commit 861eca2

Please sign in to comment.