Skip to content

Commit 7c4745e

Browse files
committed
Update poetry dependency versions and tokio
Addresses pyarrow CVE
1 parent a2b1ad0 commit 7c4745e

File tree

4 files changed

+79
-79
lines changed

4 files changed

+79
-79
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde_json = "^1.0.103"
3535
#spin = "=0.9.8"
3636
thiserror = "^1.0.50"
3737
tokenizers = "0.14.1"
38-
tokio = { version = "1.33.0", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "fs"] }
38+
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "fs"] }
3939
tokio-rustls = "^0.24.1"
4040
rustls = "0.21.8"
4141
tracing = "^0.1.40"

router/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build="build.rs"
88
futures = "^0.3.29"
99
prost = "^0.12.1"
1010
thiserror = "^1.0.50"
11-
tokio = { version = "1.33.0", features = ["sync"] }
11+
tokio = { version = "1.34.0", features = ["sync"] }
1212
tonic = "^0.10.2"
1313
tower = "^0.4.13"
1414
tracing = "^0.1.40"

0 commit comments

Comments
 (0)