diff options
author | Luca Casonato <hello@lcas.dev> | 2022-02-16 13:14:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 13:14:34 +0100 |
commit | be61a85886a76b97bf9c8e5830a273c2d237c245 (patch) | |
tree | 4dccf386fe896ea89fcc9dfa820b65e05437685b /core | |
parent | 19c8d7702f0ca0808ca20261f83862257c3c852b (diff) |
chore: update v8 (#13680)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 605cb9b08..ba079edc6 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } serde_v8 = { version = "0.29.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } -v8 = "0.39.0" +v8 = "0.40.0" [[example]] name = "http_bench_json_ops" |