Skip to content

Commit 0b37f99

Browse files
committed
Update Rust crate tokio to 1.34.0
1 parent 10d9b05 commit 0b37f99

File tree

2 files changed

+69
-21
lines changed

2 files changed

+69
-21
lines changed

Cargo.lock

+68-20
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.28"
2222
maplit = "1.0.2"
2323
proptest = { version = "1.0.0", features = ["timeout"] }
2424
proptest-derive = "0.3.0"
25-
tokio = { version = "1.21.2", features = ["macros", "sync", "test-util", "time"] }
25+
tokio = { version = "1.34.0", features = ["macros", "sync", "test-util", "time"] }
2626
tokio-stream = { version = "0.1.14" }

0 commit comments

Comments
 (0)