diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-10 00:48:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 22:48:47 +0000 |
| commit | 1edc8693bfc4b75e3bb61fc8dc531bdf569b332d (patch) | |
| tree | 56f3b6a1023997e4203374723b96427238ba5e69 /Cargo.toml | |
| parent | 21cc279481ac5bffc29641e917e868dca42189d3 (diff) | |
chore: upgrade deno_core and rusty_v8 (#19773)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0121181ad..9a921e7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,9 +41,9 @@ repository = "https://github.com/denoland/deno" v8 = { version = "0.74.1", default-features = false } deno_ast = { version = "0.27.0", features = ["transpiling"] } -deno_core = { version = "0.194.0" } -deno_ops = { version = "0.71.0" } -serde_v8 = { version = "0.104.0" } +deno_core = { version = "0.195.0" } +deno_ops = { version = "0.72.0" } +serde_v8 = { version = "0.105.0" } deno_runtime = { version = "0.118.0", path = "./runtime" } napi_sym = { version = "0.40.0", path = "./cli/napi/sym" } |
