diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-03-16 21:40:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-16 21:40:31 -0400 |
| commit | fce60f2cc20bda8403fc7577c086759744314561 (patch) | |
| tree | 52d3ef6f0b2842cae0dfe298472e78f0e08a3793 /core | |
| parent | 18f998fbee51f5dc2f31f6172bcdc7390bf795fa (diff) | |
v1.20.1
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 57d26828a..d5e49c4a4 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.123.0" +version = "0.124.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.1.0" } +deno_ops = { path = "../ops", version = "0.2.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.34.0", path = "../serde_v8" } +serde_v8 = { version = "0.35.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } v8 = "0.41.0" |
