summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-17 19:13:20 +0200
committerGitHub <noreply@github.com>2020-09-17 19:13:20 +0200
commit6453cb75670b6aefbfc712c7d05b1135bee6226c (patch)
treeab088478c374f7228f6891919dafcf01b66be037 /cli/Cargo.toml
parenta6f4559174c64066d45210b02f6a06aa2f67c2cd (diff)
refactor: Move URL to op_crates/web (#7544)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 26f452ad4..1c19dabdb 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -31,6 +31,7 @@ winapi = "0.3.9"
deno_core = { path = "../core", version = "0.57.0" }
deno_doc = "0.1.9"
deno_lint = { version = "0.2.0", features = ["json"] }
+deno_web = { path = "../op_crates/web", version = "0.8.0" }
atty = "0.2.14"
base64 = "0.12.3"
@@ -44,7 +45,6 @@ dprint-plugin-typescript = "0.31.3"
futures = "0.3.5" # TODO(ry) Remove and use deno_core::futures
filetime = "0.2.12"
http = "0.2.1"
-idna = "0.2.0"
indexmap = "1.6.0"
jsonc-parser = "0.14.0"
lazy_static = "1.4.0"