summaryrefslogtreecommitdiff
path: root/serde_v8
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-11-08 14:24:54 +0100
committerGitHub <noreply@github.com>2021-11-08 14:24:54 +0100
commit80d3a5f8be667c793d359ab7e67c5ede66b37f48 (patch)
tree41d0797fb99aa114b10e89ac13945d7b26dcf407 /serde_v8
parentc91da1222b1a57a38aad4bca7af7fe88d8ef2476 (diff)
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.
Diffstat (limited to 'serde_v8')
-rw-r--r--serde_v8/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index dbb636e0e..0431fbd73 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -11,7 +11,7 @@ description = "Rust to V8 serialization and deserialization"
[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
-v8 = "0.33.0"
+v8 = "0.34.0"
[dev-dependencies]
bencher = "0.1"