From bcce741825c3440e91a04e6159727bf630dcec3b Mon Sep 17 00:00:00 2001 From: conblem Date: Fri, 3 Jun 2022 18:29:42 +0200 Subject: [PATCH] updated tokio-util to 0.7 (#969) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 633b73e8c..1be48bef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde_json = "1.0" serde_urlencoded = "0.7" tokio = { version = "1.0", features = ["fs", "sync", "time"] } tokio-stream = "0.1.1" -tokio-util = { version = "0.6", features = ["io"] } +tokio-util = { version = "0.7", features = ["io"] } tracing = { version = "0.1.21", default-features = false, features = ["log", "std"] } tower-service = "0.3" tokio-tungstenite = { version = "0.15", optional = true }