summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-03-02 15:15:43 -0500
committerGitHub <noreply@github.com>2021-03-02 15:15:43 -0500
commitf1fe6a57baa08b4a42e6c134c2f91849397d7b01 (patch)
treeba3e3d53af25afe40a307cf909c00863b1e8f1f8 /cli
parent1f47bdd69d4c07c2d183cdaf8d86dcf5ecf4b662 (diff)
Bump crate versions (#9651)
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 5c5a12f0e..b7893f328 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.79.0" }
-deno_runtime = { path = "../runtime", version = "0.9.0" }
+deno_core = { path = "../core", version = "0.80.1" }
+deno_runtime = { path = "../runtime", version = "0.9.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.79.0" }
+deno_core = { path = "../core", version = "0.80.1" }
deno_doc = "0.1.23"
deno_lint = "0.2.19"
-deno_runtime = { path = "../runtime", version = "0.9.0" }
+deno_runtime = { path = "../runtime", version = "0.9.1" }
atty = "0.2.14"
base64 = "0.13.0"