summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-03-25 18:53:55 +0100
committerGitHub <noreply@github.com>2022-03-25 18:53:55 +0100
commit37b0ec454cb45f10fbcb14273c663cb55b40d209 (patch)
treeb271657ae5a2c98f3e3abcf9dcf991acf7e5f770 /core
parent3511b7602b619357174001555e961964c9a63e33 (diff)
chore: forward v1.20.3 release commit to main (#14121)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 1a47ee76b..df3f0a166 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
-version = "0.125.0"
+version = "0.126.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,7 +14,7 @@ path = "lib.rs"
[dependencies]
anyhow = "1.0.55"
-deno_ops = { path = "../ops", version = "0.3.0" }
+deno_ops = { path = "../ops", version = "0.4.0" }
futures = "0.3.21"
indexmap = "1.7.0"
libc = "0.2.106"
@@ -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.36.0", path = "../serde_v8" }
+serde_v8 = { version = "0.37.0", path = "../serde_v8" }
url = { version = "2.2.2", features = ["serde"] }
v8 = "0.41.0"