summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-15 21:45:29 +0100
committerGitHub <noreply@github.com>2020-12-15 21:45:29 +0100
commit9fe26f8ca189ac81d9c20c454b9dbfa5e1011c3f (patch)
treee024691ba5f35c1fa373953b8e600b03b65b1a2b /runtime
parent892d6cc99749247884fdbe2d89ca13def3af8bdb (diff)
refactor: remove dead code (#8781)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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'.