async-graphql-axum: update tokio-util

This commit is contained in:
Paul Nguyen 2022-04-18 18:53:55 +02:00
parent 300cbe54c7
commit 4be26b1efd
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ bytes = "1.0.1"
http-body = "0.4.2"
serde_json = "1.0.66"
serde_urlencoded = "0.7.0"
tokio-util = { version = "0.6.7", features = ["io", "compat"] }
tokio-util = { version = "0.7.1", features = ["io", "compat"] }
futures-util = "0.3.0"
tower-service = "0.3"