From 46f2ff120587cd1cb7b11e66d41ad6ad46fb09a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 6 Jan 2022 13:20:42 +0100 Subject: chore: forward 1.17.2 to main (#13295) --- 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 b742d6c82..595308b41 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.112.0" +version = "0.113.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -23,7 +23,7 @@ parking_lot = "0.11.1" pin-project = "1.0.7" serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } -serde_v8 = { version = "0.23.0", path = "../serde_v8" } +serde_v8 = { version = "0.24.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } v8 = "0.37.0" -- cgit v1.2.3