diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-16 13:26:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 13:26:06 +0200 |
commit | edaba4d06bd4c218b0217d32197b6e93300c8845 (patch) | |
tree | 48651bb56c0778b5ff966b3f213f425513c99945 /core | |
parent | 7d78f58187cdcb9bed632992cde347fd5f3c83eb (diff) |
chore: upgrade rusty_v8 to 0.53.1 (#16303)
This commit fixes startup time regression, caused by update
to rusty_v8 v0.50.0.
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 a56b1b3db..c46c67092 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -34,7 +34,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.53.0", default-features = false } +v8 = { version = "0.53.1", default-features = false } [[example]] name = "http_bench_json_ops" |