summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-01-13 14:00:13 -0500
committerRyan Dahl <ry@tinyclouds.org>2021-01-13 14:00:13 -0500
commit8fc29f224dda658eccbffef7e986b377fca581f6 (patch)
tree06d2f5caefdb0e5e5b5dd0bc05da165b74e42731 /cli
parent18b31504011aef2c9e414287eae1bd9745cdaef5 (diff)
release crates
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 2c0b466bc..863051a11 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.75.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.18.0" }
-deno_web = { path = "../op_crates/web", version = "0.26.0" }
-deno_websocket = { path = "../op_crates/websocket", version = "0.1.0" }
+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" }
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.75.0" }
+deno_core = { path = "../core", version = "0.76.0" }
deno_doc = "0.1.20"
deno_lint = "0.2.15"
-deno_runtime = { path = "../runtime", version = "0.5.0" }
+deno_runtime = { path = "../runtime", version = "0.6.0" }
atty = "0.2.14"
base64 = "0.13.0"