summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-04-15 17:26:24 +0200
committerBert Belder <bertbelder@gmail.com>2019-04-15 18:56:29 +0200
commit97f0fe7437ad4277afbdabf6cac214a40b637cd1 (patch)
treeaba187430528e8098749f05b424a2699f167e02f /core
parent9cb959ec95fed60f4a5e54fd09a0506fbbe4d9c9 (diff)
third_party: upgrade rust crates
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 6897bef04..e00b91689 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-futures = "0.1.25"
+futures = "0.1.26"
lazy_static = "1.3.0"
libc = "0.2.51"
log = "0.4.6"