From 3031ee65bfc0cfa2992d6cc41d8a0af73802a490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 01:09:13 +0000 Subject: [PATCH] Update Rust crate `flatbuffers` to v22 [SECURITY] --- apps/sim-engine/lib/execution/Cargo.toml | 2 +- apps/sim-engine/lib/flatbuffers_gen/Cargo.toml | 2 +- apps/sim-engine/lib/memory/Cargo.toml | 2 +- apps/sim-engine/lib/stateful/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/sim-engine/lib/execution/Cargo.toml b/apps/sim-engine/lib/execution/Cargo.toml index 458ac10..813fd06 100644 --- a/apps/sim-engine/lib/execution/Cargo.toml +++ b/apps/sim-engine/lib/execution/Cargo.toml @@ -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" diff --git a/apps/sim-engine/lib/flatbuffers_gen/Cargo.toml b/apps/sim-engine/lib/flatbuffers_gen/Cargo.toml index 6f573c2..e57f939 100644 --- a/apps/sim-engine/lib/flatbuffers_gen/Cargo.toml +++ b/apps/sim-engine/lib/flatbuffers_gen/Cargo.toml @@ -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" diff --git a/apps/sim-engine/lib/memory/Cargo.toml b/apps/sim-engine/lib/memory/Cargo.toml index 3974b07..1407514 100644 --- a/apps/sim-engine/lib/memory/Cargo.toml +++ b/apps/sim-engine/lib/memory/Cargo.toml @@ -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"] } diff --git a/apps/sim-engine/lib/stateful/Cargo.toml b/apps/sim-engine/lib/stateful/Cargo.toml index 5ab9b15..b71b3d8 100644 --- a/apps/sim-engine/lib/stateful/Cargo.toml +++ b/apps/sim-engine/lib/stateful/Cargo.toml @@ -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"