diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-07-12 17:08:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 17:08:36 -0400 |
commit | 76107649804e674268becd693b7b2a954eecb3da (patch) | |
tree | 0660855c7db3fb3fb6f361a891290d27c3558634 /core | |
parent | 5b26a4a30e67b56232dd306b4735b759df9b16d1 (diff) |
chore: forward v1.23.4 release commit to main (#15172)
1.23.4 (#15168)
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
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 f4c0bb424..47736aad8 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.142.0" +version = "0.143.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -18,7 +18,7 @@ v8_use_custom_libcxx = ["v8/use_custom_libcxx"] [dependencies] anyhow = "1.0.57" -deno_ops = { path = "../ops", version = "0.20.0" } +deno_ops = { path = "../ops", version = "0.21.0" } futures = "0.3.21" indexmap = "1.8.1" libc = "0.2.126" @@ -28,7 +28,7 @@ parking_lot = "0.12.0" pin-project = "1.0.11" serde = { version = "1.0.136", features = ["derive"] } serde_json = { version = "1.0.79", features = ["preserve_order"] } -serde_v8 = { version = "0.53.0", path = "../serde_v8" } +serde_v8 = { version = "0.54.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } v8 = { version = "0.45.0", default-features = false } |