diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-02-27 08:05:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 08:05:57 -0700 |
| commit | 47c2a63d872886ae1d0576f3cbf630151c8ff129 (patch) | |
| tree | 85ba7273598467de211fab37c4cb6dcbd87fc889 /Cargo.toml | |
| parent | f1a691274e59d3f6a1aad19d1aec02a0ffaa51d2 (diff) | |
chore: bump deno_core (#22596)
Migrations:
- snapshot code updated
- runtime stats API tweaks
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 7e8988ce9..9949ad06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.34.0", features = ["transpiling"] } -deno_core = { version = "0.264.0", features = ["snapshot_data_bincode"] } +deno_core = { version = "0.265.0", features = ["snapshot_data_bincode"] } deno_bench_util = { version = "0.133.0", path = "./bench_util" } deno_lockfile = "0.19.0" |
