summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
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 /cli/Cargo.toml
parent892d6cc99749247884fdbe2d89ca13def3af8bdb (diff)
refactor: remove dead code (#8781)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index b6979c638..b0dc9e509 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -38,7 +38,6 @@ deno_runtime = { path = "../runtime", version = "0.3.0" }
atty = "0.2.14"
base64 = "0.12.3"
-bytes = "0.5.6"
byteorder = "1.3.4"
clap = "2.33.3"
crossbeam-channel = "0.5.0"
@@ -72,11 +71,8 @@ tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }
tokio-rustls = "0.14.1"
-# Keep in-sync with warp.
-tokio-tungstenite = "0.11.0"
uuid = { version = "0.8.1", features = ["v4"] }
walkdir = "2.3.1"
-warp = { version = "0.2.5", features = ["tls"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] }
@@ -90,6 +86,7 @@ nix = "0.19.0"
chrono = "0.4.15"
os_pipe = "0.9.2"
test_util = { path = "../test_util" }
+tokio-tungstenite = "0.11.0"
[target.'cfg(unix)'.dev-dependencies]
exec = "0.3.1" # Used in test_raw_tty