diff --git a/tonic-web/Cargo.toml b/tonic-web/Cargo.toml index c9f0b9bc5..93ac7dee2 100644 --- a/tonic-web/Cargo.toml +++ b/tonic-web/Cargo.toml @@ -21,8 +21,6 @@ tokio-stream = "0.1" http = "1.0" http-body = "1.0" http-body-util = "0.1" -hyper = { version = "1", default-features = false } -hyper-util = { version = "0.1", default-features = false } pin-project = "1" tonic = { version = "0.11", path = "../tonic", default-features = false } tower-service = "0.3"