diff --git a/Cargo.toml b/Cargo.toml index c4ec7a8fc..eafbcc658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,6 @@ serde = "1.0" serde_json = "1.0" serde_urlencoded = "0.7.1" tokio = { version = "1.0", features = ["fs", "sync", "time"] } -tokio-stream = "0.1.1" tokio-util = { version = "0.7.1", features = ["io"] } tracing = { version = "0.1.21", default-features = false, features = ["log", "std"] } tower-service = "0.3"