summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-02-05 15:08:18 +0100
committerGitHub <noreply@github.com>2021-02-05 15:08:18 +0100
commit64f06be0eb5435408a5c1116d160190cc537b95c (patch)
tree247c7133d1a86dd798511f626d855f35d416c6eb /cli
parentc83e261b42019f5a1ef1b67f9c764a3ed61b68a2 (diff)
chore: release crates (#9410)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 45be23c8d..f7a63a7f6 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -24,10 +24,10 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.77.1" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.20.2" }
-deno_web = { path = "../op_crates/web", version = "0.28.1" }
-deno_websocket = { path = "../op_crates/websocket", version = "0.3.1" }
+deno_core = { path = "../core", version = "0.78.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.21.0" }
+deno_web = { path = "../op_crates/web", version = "0.29.0" }
+deno_websocket = { path = "../op_crates/websocket", version = "0.4.0" }
regex = "1.4.3"
serde = { version = "1.0.121", features = ["derive"] }
@@ -36,10 +36,10 @@ winapi = "0.3.9"
winres = "0.1.11"
[dependencies]
-deno_core = { path = "../core", version = "0.77.1" }
+deno_core = { path = "../core", version = "0.78.0" }
deno_doc = "0.1.21"
deno_lint = "0.2.17"
-deno_runtime = { path = "../runtime", version = "0.7.1" }
+deno_runtime = { path = "../runtime", version = "0.8.0" }
atty = "0.2.14"
base64 = "0.13.0"