diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-21 17:31:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 17:31:18 +0000 |
| commit | bd66080217ebfd4f4f48d95e30f79d0dc57fd520 (patch) | |
| tree | 1851b095e511d6bbe5dc8e319a42ae11abddc0f7 /Cargo.toml | |
| parent | 50207050118c17d36702003e126ed275882b478d (diff) | |
chore: upgrade deno_core and V8 (#22505)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 113880a0c..6bcf3a222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.33.2", features = ["transpiling"] } -deno_core = { version = "0.263.0", features = ["snapshot_data_bincode"] } +deno_core = { version = "0.264.0", features = ["snapshot_data_bincode"] } deno_bench_util = { version = "0.132.0", path = "./bench_util" } deno_lockfile = "0.19.0" |
