summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-05-11 23:14:24 +0200
committerGitHub <noreply@github.com>2021-05-11 23:14:24 +0200
commitde706961dc4c3eca0cb27155089642336348c910 (patch)
tree1eb192568984ccf2f3f6eb69e672afa0b13b06fa /cli
parent8d88a83b882ad3644d4a803fb80919cc5e0f681a (diff)
chore: release crates (#10596)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2c5213675..1d6c9fc56 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -20,8 +20,8 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.86.0" }
-deno_runtime = { path = "../runtime", version = "0.13.0" }
+deno_core = { path = "../core", version = "0.87.0" }
+deno_runtime = { path = "../runtime", version = "0.14.0" }
regex = "1.4.3"
serde = { version = "1.0.125", features = ["derive"] }
@@ -30,10 +30,10 @@ winapi = "0.3.9"
winres = "0.1.11"
[dependencies]
-deno_core = { path = "../core", version = "0.86.0" }
+deno_core = { path = "../core", version = "0.87.0" }
deno_doc = "0.4.0"
deno_lint = "0.5.0"
-deno_runtime = { path = "../runtime", version = "0.13.0" }
+deno_runtime = { path = "../runtime", version = "0.14.0" }
atty = "0.2.14"
base64 = "0.13.0"