diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-08 18:46:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 18:46:14 +0200 |
commit | 4e70ff80c2f630875b73c9010d959b518a977715 (patch) | |
tree | adf2f066d97fbc997e4f501fd2de0489dee5f8f7 /core | |
parent | d050b491b10fe37b4461b37c56028a14c8674c95 (diff) |
chore: update deps (#10058)
This commit updates crate dependencies.
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index a06e1e43f..bf4c7dc14 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,18 +13,18 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -anyhow = "1.0.38" -futures = "0.3.12" -indexmap = "1.6.1" +anyhow = "1.0.40" +futures = "0.3.13" +indexmap = "1.6.2" lazy_static = "1.4.0" -libc = "0.2.86" +libc = "0.2.93" log = "0.4.14" -pin-project = "1.0.5" +pin-project = "1.0.6" rusty_v8 = "0.21.0" -serde = { version = "1.0.123", features = ["derive"] } -serde_json = { version = "1.0.62", features = ["preserve_order"] } +serde = { version = "1.0.125", features = ["derive"] } +serde_json = { version = "1.0.64", features = ["preserve_order"] } serde_v8 = { version = "0.1.0", path = "../serde_v8" } -url = { version = "2.2.0", features = ["serde"] } +url = { version = "2.2.1", features = ["serde"] } [[example]] name = "http_bench_bin_ops" |