From 80d3a5f8be667c793d359ab7e67c5ede66b37f48 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 8 Nov 2021 14:24:54 +0100 Subject: feat: update to V8 9.7 (#12685) This commit updates the rusty_v8 to 0.34.0. This commit also adds the required typings for the new Array#findLast and Array#findIndexLast methods. --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index 698717778..e5c9369c5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } serde_v8 = { version = "0.16.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } -v8 = "0.33.0" +v8 = "0.34.0" [[example]] name = "http_bench_json_ops" -- cgit v1.2.3