Merge 'tokio-util-0.6.x' into 'tokio-util-0.7.x'

This commit is contained in:
Alice Ryhl
2022-05-14 21:03:16 +02:00
7 changed files with 610 additions and 1495 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ rt = ["tokio/rt", "tokio/sync", "futures-util"]
__docs_rs = ["futures-util"]
[dependencies]
tokio = { version = "1.6.0", path = "../tokio", features = ["sync"] }
tokio = { version = "1.7.0", path = "../tokio", features = ["sync"] }
bytes = "1.0.0"
futures-core = "0.3.0"