summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index cedb9750c..3811840da 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.11.2"
+version = "1.11.3"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -44,7 +44,7 @@ winres = "0.1.11"
deno_core = { version = "0.92.0", path = "../core" }
deno_doc = "0.7.0"
deno_lint = "0.8.0"
-deno_runtime = { version = "0.18.0", path = "../runtime" }
+deno_runtime = { version = "0.18.1", path = "../runtime" }
atty = "0.2.14"
base64 = "0.13.0"