From 8bf3e0f4c6980c0f3ed8b618062657b017a0f609 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 7 Dec 2020 21:20:01 -0500 Subject: upgrade rusty_v8 to 0.14.0 (#8663) --- 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 ed1f71c75..416bbc82d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,7 +19,7 @@ indexmap = "1.6.0" lazy_static = "1.4.0" libc = "0.2.77" log = "0.4.11" -rusty_v8 = "0.13.0" +rusty_v8 = "0.14.0" serde_json = { version = "1.0", features = ["preserve_order"] } serde = { version = "1.0", features = ["derive"] } smallvec = "1.4.2" -- cgit v1.2.3