From 20ee3110d84c72f4a28cc5c9083b5dda47181602 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 14 May 2022 15:26:31 +0530 Subject: chore: upgrade rusty_v8 to 0.42.1 (#14597) --- 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 7114697ee..f8adf5db5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.45.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } -v8 = "0.42.0" +v8 = "0.42.1" [[example]] name = "http_bench_json_ops" -- cgit v1.2.3