diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-09-12 22:20:15 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-09-13 00:38:02 +0200 |
commit | ac68f628d26de243fed737521f6f839ccda3ec0c (patch) | |
tree | 988b83f4681fe1fdea3f62899b927614ce827e4e /core | |
parent | 111b19b0a39903cf00ab0e6b184cc620cb06b507 (diff) |
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 ea043b350..d4ae526a7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,8 +14,8 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -futures = "0.1.28" -lazy_static = "1.3.0" +futures = "0.1.29" +lazy_static = "1.4.0" libc = "0.2.62" log = "0.4.8" serde_json = "1.0.40" |