diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-07 14:40:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 14:40:20 -0400 |
commit | b2aaf708abd1af7c6df34a273a1720de63f93fcc (patch) | |
tree | 814e4cf6e3f9ce6d6dbc7e3a304a78bb2b6168c0 /core | |
parent | 181e378032757938be88d8a02d6f87be191b47e2 (diff) |
chore: forward v1.20.5 release commit to main (#14232)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index bfeaeb0a8..6ef4de529 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.127.0" +version = "0.128.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.5.0" } +deno_ops = { path = "../ops", version = "0.6.0" } futures = "0.3.21" indexmap = "1.7.0" libc = "0.2.121" @@ -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.38.0", path = "../serde_v8" } +serde_v8 = { version = "0.39.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } v8 = "0.41.0" |