summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-02-17 15:22:46 -0700
committerGitHub <noreply@github.com>2024-02-17 22:22:46 +0000
commit08071f9561b17b8899f370dc771604c2c2da445f (patch)
treedf270cf3f349a7d2bce72b1195e36665062e4f7d /Cargo.toml
parent828d9b84858d53b74d7801604c8c3bee418b631e (diff)
chore: bump deno_core (#22443)
Migrations: - Use the new SnapshotSerializer for TSC/compiler snapshots
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b0686432..00bbd725d 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.262.0" }
+deno_core = { version = "0.263.0", features = ["snapshot_data_bincode"] }
deno_bench_util = { version = "0.132.0", path = "./bench_util" }
deno_lockfile = "0.19.0"