Skip to content

Commit f8fe209

Browse files
committed
cargo: Update tokio to 1.45.0
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
1 parent 6975bc6 commit f8fe209

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)