From 9fe26f8ca189ac81d9c20c454b9dbfa5e1011c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 15 Dec 2020 21:45:29 +0100 Subject: refactor: remove dead code (#8781) --- runtime/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d5a84a4b9..b7bfc494e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -58,6 +58,9 @@ tokio-rustls = "0.14.1" # Keep in-sync with warp. tokio-tungstenite = "0.11.0" uuid = { version = "0.8.1", features = ["v4"] } +# TODO(bartlomieju): remove dependency on warp, it's only used +# for a WebSocket server in inspector.rs +# Keep in-sync with tokio-tungestenite. warp = { version = "0.2.5", features = ["tls"] } webpki = "0.21.3" webpki-roots = "=0.19.0" # Pinned to v0.19.0 to match 'reqwest'. -- cgit v1.2.3