Skip to content

Commit a285f88

Browse files
committed
Update Rust crate tokio to 1.43.0
1 parent 3495ef9 commit a285f88

File tree

2 files changed

+148
-25
lines changed

2 files changed

+148
-25
lines changed

Cargo.lock

+147-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ futures = "0.3.31"
2222
maplit = "1.0.2"
2323
proptest = { version = "1.0.0", features = ["timeout"] }
2424
proptest-derive = "0.4.0"
25-
tokio = { version = "1.21.2", features = ["macros", "sync", "test-util", "time"] }
25+
tokio = { version = "1.43.0", features = ["macros", "sync", "test-util", "time"] }
2626
tokio-stream = { version = "0.1.16" }

0 commit comments

Comments
 (0)