summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-05-31 17:39:24 +0000
committerBert Belder <bertbelder@gmail.com>2021-05-31 20:20:42 +0000
commit1567c1013cc8ff12cf039137792da66a1d0015b5 (patch)
tree68360ed495f2740850bddc0a97e4e8008a57740a /cli
parent2c1f37b4a97922cfcec9393e2146c42d3d3b6e2e (diff)
v1.10.3
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index c14072508..def5e209a 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.10.2"
+version = "1.10.3"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -20,8 +20,8 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.88.0" }
-deno_runtime = { path = "../runtime", version = "0.15.0" }
+deno_core = { path = "../core", version = "0.88.1" }
+deno_runtime = { path = "../runtime", version = "0.15.1" }
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.88.0" }
+deno_core = { path = "../core", version = "0.88.1" }
deno_doc = "0.4.0"
deno_lint = "0.5.0"
-deno_runtime = { path = "../runtime", version = "0.15.0" }
+deno_runtime = { path = "../runtime", version = "0.15.1" }
atty = "0.2.14"
base64 = "0.13.0"