summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-08-09 02:53:04 +0200
committerBert Belder <bertbelder@gmail.com>2019-08-09 03:03:27 +0200
commit83d5362f1d7d8589b862de57912135067a8278c7 (patch)
treee8f3eb69cbfb5dd621190866502dbf1a88769449 /Cargo.lock
parent6fbf2e96243e6b79c1fb03c17b376b028e442694 (diff)
v0.14.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7b2a09d52..f756ebecc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -212,7 +212,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -225,12 +225,12 @@ dependencies = [
[[package]]
name = "deno_cli"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "deno 0.13.0",
+ "deno 0.14.0",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",