summaryrefslogtreecommitdiff
path: root/serde_v8
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-02-16 13:14:34 +0100
committerGitHub <noreply@github.com>2022-02-16 13:14:34 +0100
commitbe61a85886a76b97bf9c8e5830a273c2d237c245 (patch)
tree4dccf386fe896ea89fcc9dfa820b65e05437685b /serde_v8
parent19c8d7702f0ca0808ca20261f83862257c3c852b (diff)
chore: update v8 (#13680)
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 ee967df23..72ab46cbd 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -12,7 +12,7 @@ description = "Rust to V8 serialization and deserialization"
[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11"
-v8 = "0.39.0"
+v8 = "0.40.0"
[dev-dependencies]
bencher = "0.1"