Skip to content

Commit e7af119

Browse files
committed
Update tokio and unicode rust crates
1 parent 8a4b195 commit e7af119

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

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

router/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ num_cpus = "^1.16.0"
2828
hyper = "^0.14.28" # Override to address CVE-2023-26964
2929
openssl = "^0.10.63" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
3030
openssl-sys = "^0.9.99" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
31-
rustls-webpki = "0.102.1" # Override to address WS-2023-0305, CVE-2018-16875
31+
rustls-webpki = "0.102.2" # Override to address WS-2023-0305, CVE-2018-16875
3232
rand = "^0.8.5"
3333
serde = "^1.0.196"
3434
serde_json = "^1.0.113"
3535
thiserror = "^1.0.56"
3636
tokenizers = "0.15.1"
37-
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "fs"] }
37+
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "fs"] }
3838
tokio-rustls = "^0.25.0"
3939
rustls = "0.22.2"
4040
tracing = "^0.1.40"
4141
tracing-subscriber = { version = "0.3.18", features = ["json"] }
4242
prost = "^0.12.3"
4343
tonic = { version = "^0.10.2", features = ["tls"] }
4444
tokio-stream ="^0.1.14"
45-
unicode-segmentation = "^1.10.1"
45+
unicode-segmentation = "^1.11.0"
4646
unicode-truncate = "^0.2.0"
4747

4848
[build-dependencies]

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.30"
99
prost = "^0.12.3"
1010
thiserror = "^1.0.56"
11-
tokio = { version = "1.35.1", features = ["sync"] }
11+
tokio = { version = "1.36.0", features = ["sync"] }
1212
tonic = "^0.10.2"
1313
tower = "^0.4.13"
1414
tracing = "^0.1.40"

0 commit comments

Comments
 (0)