Skip to content

Commit

Permalink
Update Rust crate flatbuffers to v22 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent b3cf90a commit 3031ee6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/sim-engine/lib/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stateful = { path = "../stateful", default-features = false }

arrow2 = { version = "0.13.1", default-features = false }
async-trait = "0.1.56"
flatbuffers = "2.1.1"
flatbuffers = "22.9.29"
float-cmp = "0.9.0"
futures = "0.3.21"
glob = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/sim-engine/lib/flatbuffers_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description = "Generated flatbuffers code for specification of communication wit
version = "0.0.0"

[dependencies]
flatbuffers = "2.0.0"
flatbuffers = "22.9.29"
2 changes: 1 addition & 1 deletion apps/sim-engine/lib/memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arrow2 = { version = "0.13.1", features = ["io_ipc"] }
# note: the `arrow-format` version must be kept in line with whatever `arrow2`
# requires! Do not bump the version without checking this first.
arrow-format = { version = "0.7.0", features = ["ipc"] }
flatbuffers = "2.1.1"
flatbuffers = "22.9.29"
glob = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.138", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion apps/sim-engine/lib/stateful/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ memory = { path = "../memory", default-features = false }
arrow2 = { version = "0.13.1", default-features = false }
# arrow_format needs to be updated in line with arrow2
arrow-format = { version = "=0.7.0", features = ["ipc"] }
flatbuffers = "2.1.1"
flatbuffers = "22.9.29"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
rayon = "1.5.3"
Expand Down

0 comments on commit 3031ee6

Please sign in to comment.