summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml6
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"