summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-04-02 15:19:39 +1100
committerKitson Kelly <me@kitsonkelly.com>2021-04-02 22:22:08 +1100
commitdf1d36a759c1aa26f1f3b8222b009120e0925d3e (patch)
treeaef9523cbffc3347702e5669309c7953f89a6fd6 /cli
parent035f7b0ca037aaff37428d339b5f4abc796320fc (diff)
chore: bump dependent crates for cli (#9964)
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 dd3b8b801..1c2d8eae2 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -24,8 +24,8 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.82.0" }
-deno_runtime = { path = "../runtime", version = "0.10.0" }
+deno_core = { path = "../core", version = "0.83.0" }
+deno_runtime = { path = "../runtime", version = "0.10.1" }
regex = "1.4.3"
serde = { version = "1.0.123", features = ["derive"] }
@@ -34,10 +34,10 @@ winapi = "0.3.9"
winres = "0.1.11"
[dependencies]
-deno_core = { path = "../core", version = "0.82.0" }
+deno_core = { path = "../core", version = "0.83.0" }
deno_doc = "0.1.23"
deno_lint = "0.2.19"
-deno_runtime = { path = "../runtime", version = "0.10.0" }
+deno_runtime = { path = "../runtime", version = "0.10.1" }
atty = "0.2.14"
base64 = "0.13.0"