From 70690f54af945a3ca94235c060de4bdee5c61d09 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Sat, 5 Mar 2022 03:38:04 +0530 Subject: chore: update deps (#13821) --- core/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') 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" -- cgit v1.2.3