summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 52b6edeb0..6e02e7d9d 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.5.1"
+version = "1.5.2"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -20,9 +20,9 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.66.0" }
-deno_web = { path = "../op_crates/web", version = "0.17.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" }
+deno_core = { path = "../core", version = "0.67.0" }
+deno_web = { path = "../op_crates/web", version = "0.18.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.10.0" }
regex = "1.3.9"
serde = { version = "1.0.116", features = ["derive"] }
@@ -31,11 +31,11 @@ winres = "0.1.11"
winapi = "0.3.9"
[dependencies]
-deno_core = { path = "../core", version = "0.66.0" }
+deno_core = { path = "../core", version = "0.67.0" }
deno_doc = "0.1.15"
deno_lint = "0.2.9"
-deno_web = { path = "../op_crates/web", version = "0.17.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" }
+deno_web = { path = "../op_crates/web", version = "0.18.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.10.0" }
atty = "0.2.14"
base64 = "0.12.3"