From d67e85850688117e116bbf7054e80f30fe07afe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 5 Oct 2021 21:40:39 +0200 Subject: chore: merge v1.14.3 into main (#12327) --- core/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index c21d36a2f..27b6e77f3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. [package] name = "deno_core" -version = "0.101.0" +version = "0.102.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" @@ -21,10 +21,10 @@ lazy_static = "1.4.0" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" -rusty_v8 = "0.30.0" +rusty_v8 = "0.31.0" serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } -serde_v8 = "0.13.0" +serde_v8 = "0.14.0" url = { version = "2.2.2", features = ["serde"] } [[example]] -- cgit v1.2.3