summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-12-05 16:26:02 -0500
committerRy Dahl <ry@tinyclouds.org>2019-12-05 21:41:16 -0500
commit0ce9011edc8ec53df47e3103ecca3069d385ce37 (patch)
treefcd21764584d564c0ffa8fae5d06f03c9328adb3 /Cargo.lock
parente6228bc3c4d974cf9e67b00e0a14a09f94d8ef5e (diff)
v0.26.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fddd56642..d8ccb8b90 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -269,7 +269,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.25.0"
+version = "0.26.0"
dependencies = [
"downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -283,15 +283,15 @@ dependencies = [
[[package]]
name = "deno_cli"
-version = "0.25.0"
+version = "0.26.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "deno 0.25.0",
- "deno_typescript 0.25.0",
+ "deno 0.26.0",
+ "deno_typescript 0.26.0",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"dlopen 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -331,9 +331,9 @@ dependencies = [
[[package]]
name = "deno_typescript"
-version = "0.25.0"
+version = "0.26.0"
dependencies = [
- "deno 0.25.0",
+ "deno 0.26.0",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1539,8 +1539,8 @@ dependencies = [
name = "test_plugin"
version = "0.0.1"
dependencies = [
- "deno 0.25.0",
- "deno_cli 0.25.0",
+ "deno 0.26.0",
+ "deno_cli 0.26.0",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]