Skip to content

Commit

Permalink
Bump flatbuffers from 24.3.25 to 24.12.23
Browse files Browse the repository at this point in the history
Bumps [flatbuffers](https://github.com/google/flatbuffers) from 24.3.25 to 24.12.23.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](google/flatbuffers@v24.3.25...v24.12.23)

---
updated-dependencies:
- dependency-name: flatbuffers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent bad70ce commit 4d87092
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true

[dependencies]
clap = { version = "4.5.23", features = ["derive", "env"] }
flatbuffers = "24.3.25"
flatbuffers = "24.12.23"
futures = "0.3.31"
pty-process = { version = "0.4.0", features = ["async"] }
tokio = "1.42.0"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true

[dependencies]
aes-gcm = "0.11.0-pre.2"
flatbuffers = "24.3.25"
flatbuffers = "24.12.23"
pbkdf2 = { version = "0.13.0-pre.1", features = ["simple"] }
rand = "0.8.5"
semver = "1.0.24"
Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ askama = "0.12.1"
askama_axum = "0.4.0"
axum = { version = "0.7.9", features = ["macros", "ws", "http2"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
flatbuffers = "24.3.25"
flatbuffers = "24.12.23"
futures = "0.3.31"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
Expand Down

0 comments on commit 4d87092

Please sign in to comment.