mirror of
https://github.com/openharmony/third_party_rust_h2.git
synced 2026-07-19 15:03:35 -04:00
Upgrade tokio-util to 0.7
This commit is contained in:
committed by
Sean McArthur
parent
152b98fdb8
commit
2fe10415cd
+1
-1
@@ -43,7 +43,7 @@ members = [
|
||||
futures-core = { version = "0.3", default-features = false }
|
||||
futures-sink = { version = "0.3", default-features = false }
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
tokio-util = { version = "0.6", features = ["codec"] }
|
||||
tokio-util = { version = "0.7.1", features = ["codec"] }
|
||||
tokio = { version = "1", features = ["io-util"] }
|
||||
bytes = "1"
|
||||
http = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user