chore: Update tokio-util to 0.7 (#949)

Co-authored-by: Adam Chalmers <[email protected]>
This commit is contained in:
Adam Chalmers
2022-03-30 10:44:07 -04:00
committed by GitHub
co-authored by Adam Chalmers
parent c78274e3fe
commit 350ccf95e4
+1 -1
View File
@@ -59,7 +59,7 @@ async-stream = "0.3"
http-body = "0.4.4"
percent-encoding = "2.1"
pin-project = "1.0"
tokio-util = {version = "0.6", features = ["codec"]}
tokio-util = {version = "0.7", features = ["codec"]}
tower-layer = "0.3"
tower-service = "0.3"