diff options
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" |