diff --git a/tonic-web/Cargo.toml b/tonic-web/Cargo.toml index 3a3d40feb..16d8909b1 100644 --- a/tonic-web/Cargo.toml +++ b/tonic-web/Cargo.toml @@ -30,4 +30,3 @@ tracing = "0.1" [dev-dependencies] tokio = {version = "1", features = ["macros", "rt"]} -tonic = {path = "../tonic", default-features = false, features = ["transport", "tls"]}