diff --git a/Cargo.toml b/Cargo.toml index 6141dae5..a1a13b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", features = ["codec"] } tokio = { version = "1", features = ["io-util"] } bytes = "1" http = "0.2"