diff options
author | Luca Casonato <hello@lcas.dev> | 2021-12-03 15:56:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 15:56:04 +0100 |
commit | 27ef275d27d57331ea602c12fdc7f4b6c73f3f1a (patch) | |
tree | b55f0a509d6bc1c56f30abd0f386036f6fdd183f /core | |
parent | 46794d4e433a6bfd741521b321e5df6d7f2a1335 (diff) |
chore: update to rusty v8 0.36.0 (#12979)
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 5924d82fd..afe6127c4 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.20.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } -v8 = "0.35.0" +v8 = "0.36.0" [[example]] name = "http_bench_json_ops" |