summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-03-28 16:10:06 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-03-28 16:58:17 -0400
commitb965c7ab367a417fb7bdde2eaf38312179e5c183 (patch)
treee35c0e665f9c418b5343ab040011c6402b0cce7f /Cargo.lock
parentbdc455dd25b4c0d14fd30bc32c07206b2b93a007 (diff)
v0.3.5
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 e3c5f18bd..e8cb2f04b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -199,11 +199,11 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.3.4"
+version = "0.3.5"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "deno_core 0.0.1",
+ "deno_core 0.3.5",
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -235,7 +235,7 @@ dependencies = [
[[package]]
name = "deno_core"
-version = "0.0.1"
+version = "0.3.5"
dependencies = [
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",