diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-05-11 05:03:03 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-05-11 05:03:03 +0200 |
commit | c0341cb1af71ef35d60e984f6e17df535b8a4894 (patch) | |
tree | 236ed71ea730cd2c5115b3b17b80ec17dd92a037 /core | |
parent | 369a7ec94e191e2f4f72a12c9a9c0d0cb464e0c5 (diff) |
third_party: upgrade rust crates
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 21efe2e7a..5d317a782 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,9 +14,9 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -futures = "0.1.26" +futures = "0.1.27" lazy_static = "1.3.0" -libc = "0.2.51" +libc = "0.2.54" log = "0.4.6" serde_json = "1.0.39" |