diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-31 15:48:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 15:48:35 -0400 |
commit | 7fec7c834cb504f35f1dd03a9a464e164b8e13d8 (patch) | |
tree | a69be8a8bd5a511592d5c59fa7e7dd372ec4b920 /core | |
parent | b0f974fbfd39db2d7c9d37d4c3ed3f21526d7ca3 (diff) |
1.20.4 (#14168)
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 df3f0a166..f415b2fc2 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.126.0" +version = "0.127.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.4.0" } +deno_ops = { path = "../ops", version = "0.5.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.37.0", path = "../serde_v8" } +serde_v8 = { version = "0.38.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } v8 = "0.41.0" |