Skip to content

Commit 991143a

Browse files
committed
cargo: Bump yamux to 0.13.5 and tokio to 1.45.0 #396
Squashed commit of the following: commit f8fe209 Author: Alexandru Vasile <alexandru.vasile@parity.io> Date: Fri May 23 08:58:29 2025 +0000 cargo: Update tokio to 1.45.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> commit 6975bc6 Author: Alexandru Vasile <alexandru.vasile@parity.io> Date: Fri May 23 08:57:49 2025 +0000 cargo: Update yamux to 0.13.5 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
1 parent 3b3985c commit 991143a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ socket2 = { version = "0.5.9", features = ["all"] }
3939
thiserror = "2.0.12"
4040
tokio-stream = "0.1.12"
4141
tokio-util = { version = "0.7.15", features = ["compat", "io", "codec"] }
42-
tokio = { version = "1.44.2", features = ["rt", "net", "io-util", "time", "macros", "sync", "parking_lot"] }
42+
tokio = { version = "1.45.0", features = ["rt", "net", "io-util", "time", "macros", "sync", "parking_lot"] }
4343
tracing = { version = "0.1.40", features = ["log"] }
4444
hickory-resolver = "0.25.2"
4545
uint = "0.10.0"
@@ -49,7 +49,7 @@ x25519-dalek = "2.0.1"
4949
x509-parser = "0.17.0"
5050
yasna = "0.5.0"
5151
zeroize = "1.8.1"
52-
yamux = "0.13.4"
52+
yamux = "0.13.5"
5353

5454
# Websocket related dependencies.
5555
tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots", "url"], optional = true }

0 commit comments

Comments
 (0)