diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-03-17 15:35:30 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-03-17 17:42:22 -0700 |
commit | a2b285158242b86a002e353776d52742ea35a496 (patch) | |
tree | e16f36d48697925856d1f2210cac2fbdf12a3d0b /core | |
parent | 4a4894532e9ffe0066038783b4178c7dd770ba24 (diff) |
Upgrade rust crates (#4412)
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 43b2b374c..48b41538b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,13 +15,13 @@ path = "lib.rs" [dependencies] downcast-rs = "1.1.1" -futures = { version = "0.3.4", features = [ "thread-pool", "compat" ] } +futures = { version = "0.3.4", features = ["thread-pool", "compat"] } lazy_static = "1.4.0" -libc = "0.2.67" +libc = "0.2.68" log = "0.4.8" +rusty_v8 = "0.3.8" serde_json = "1.0.48" url = "2.1.1" -rusty_v8 = "0.3.5" [[example]] name = "deno_core_http_bench" |