From 3b30ba8031d0c27e674d6a22f8062bc9db544c8c Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 13 Sep 2021 15:33:20 +0200 Subject: chore: update rusty_v8 (#12026) --- core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index 47ac32b8d..fbdc70158 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,10 +22,10 @@ libc = "0.2.101" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" -rusty_v8 = "0.27.0" +rusty_v8 = "0.28.0" serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } -serde_v8 = { version = "0.10.0" } +serde_v8 = { version = "0.11.0" } url = { version = "2.2.2", features = ["serde"] } [[example]] -- cgit v1.2.3