summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-12-04 01:26:54 +0100
committerGitHub <noreply@github.com>2021-12-04 01:26:54 +0100
commit72e9720e91630bdf28b1660c20c67baa39bdb586 (patch)
tree52d0223bb09924605c8143a7f26d6bf772faf9da /core
parent27ef275d27d57331ea602c12fdc7f4b6c73f3f1a (diff)
chore: merge v1.16.4 into main (#12984)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index afe6127c4..760ad2ee5 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.109.0"
+version = "0.110.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -24,7 +24,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.20.0", path = "../serde_v8" }
+serde_v8 = { version = "0.21.0", path = "../serde_v8" }
url = { version = "2.2.2", features = ["serde"] }
v8 = "0.36.0"