We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3383ef7 commit a54d926Copy full SHA for a54d926
Cargo.toml
@@ -43,7 +43,7 @@ members = [
43
futures-core = { version = "0.3", default-features = false }
44
futures-sink = { version = "0.3", default-features = false }
45
futures-util = { version = "0.3", default-features = false }
46
-tokio-util = { version = "0.6", features = ["codec"] }
+tokio-util = { version = "0.7.1", features = ["codec"] }
47
tokio = { version = "1", features = ["io-util"] }
48
bytes = "1"
49
http = "0.2"
0 commit comments