diff options
author | Satya Rohith <me@satyarohith.com> | 2022-03-05 03:38:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 03:38:04 +0530 |
commit | 70690f54af945a3ca94235c060de4bdee5c61d09 (patch) | |
tree | a8112e4754afd394bfca547ff5e64549e074f0cd /core | |
parent | 18a3a0ba7565177f5fc2a1bce93b65c34f598a51 (diff) |
chore: update deps (#13821)
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 4cf0c1077..2f3361524 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,8 +13,8 @@ description = "A modern JavaScript/TypeScript runtime built with V8, Rust, and T path = "lib.rs" [dependencies] -anyhow = "1.0.43" -futures = "0.3.16" +anyhow = "1.0.55" +futures = "0.3.21" indexmap = "1.7.0" libc = "0.2.106" log = "0.4.14" @@ -25,7 +25,7 @@ serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } serde_v8 = { version = "0.32.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } -v8 = "0.40.0" +v8 = "0.40.2" [[example]] name = "http_bench_json_ops" |