summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-01-19 23:17:20 -0500
committerGitHub <noreply@github.com>2021-01-19 23:17:20 -0500
commitbfaa121cd247870b31bb3315da332949333ffcb5 (patch)
tree037c1771b3f18bc7abfe760ff409c27d19be5de0 /cli
parentb0132e8f9062a37e747306ddcf6ae2274832b652 (diff)
v1.7.0
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 e69d25621..d4e3083dd 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.6.3"
+version = "1.7.0"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -24,10 +24,10 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.76.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.19.0" }
-deno_web = { path = "../op_crates/web", version = "0.27.0" }
-deno_websocket = { path = "../op_crates/websocket", version = "0.2.0" }
+deno_core = { path = "../core", version = "0.77.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.20.0" }
+deno_web = { path = "../op_crates/web", version = "0.28.0" }
+deno_websocket = { path = "../op_crates/websocket", version = "0.3.0" }
regex = "1.4.3"
serde = { version = "1.0.116", features = ["derive"] }
@@ -36,10 +36,10 @@ winapi = "0.3.9"
winres = "0.1.11"
[dependencies]
-deno_core = { path = "../core", version = "0.76.0" }
+deno_core = { path = "../core", version = "0.77.0" }
deno_doc = "0.1.20"
deno_lint = "0.2.16"
-deno_runtime = { path = "../runtime", version = "0.6.0" }
+deno_runtime = { path = "../runtime", version = "0.7.0" }
atty = "0.2.14"
base64 = "0.13.0"