diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-11-07 14:26:49 -0800 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-11-07 16:21:51 -0800 |
commit | adab69bccca986bd7da93a84ca419bdd09587a06 (patch) | |
tree | f8fcc07e33b834bba3bb668e6c2a90aadf3c5046 /core | |
parent | c57207e96a577b7f13514fecdde5c47c7a497405 (diff) |
Upgrade rust crates (#3292)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index ae49e699e..344386277 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,12 +14,12 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -downcast-rs = "1.1.0" +downcast-rs = "1.1.1" futures = "0.1.29" lazy_static = "1.4.0" -libc = "0.2.62" +libc = "0.2.65" log = "0.4.8" -serde_json = "1.0.40" +serde_json = "1.0.41" url = "1.7.2" [[example]] |