From edaba4d06bd4c218b0217d32197b6e93300c8845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 16 Oct 2022 13:26:06 +0200 Subject: chore: upgrade rusty_v8 to 0.53.1 (#16303) This commit fixes startup time regression, caused by update to rusty_v8 v0.50.0. --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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" -- cgit v1.2.3