diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-07 05:51:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 09:21:56 +0530 |
commit | 5733de8a2e1e9bd821733f530a33d9a6c1f5c460 (patch) | |
tree | bc5356f08349e6238357431de75e363febe19845 /core | |
parent | c27234888f3d93aee842e8b30912512867071cb9 (diff) |
chore: upgrade rusty_v8 to 0.52.0 (#16183)
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 2a2ab8a97..82ceab2a0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,7 +33,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.65.0", path = "../serde_v8" } sourcemap = "6.1" url = { version = "2.3.1", features = ["serde", "expose_internals"] } -v8 = { version = "0.51.0", default-features = false } +v8 = { version = "0.52.0", default-features = false } [[example]] name = "http_bench_json_ops" |