summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-26 20:04:07 +0100
committerGitHub <noreply@github.com>2024-01-26 14:04:07 -0500
commit942fb5e0388eab02f98c02541a3f90053afd59d1 (patch)
treeaf1cd1f358a37c8eab15c1a3ef7f3ee1be9548b6 /Cargo.toml
parent9ed713153cf357dbf103dac2b8912729b4d10186 (diff)
chore: upgrade deno_core (#22124)
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
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 6868fac1f..3de8949e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.32.0", features = ["transpiling"] }
-deno_core = { version = "0.254.0" }
+deno_core = { version = "0.255.0" }
deno_bench_util = { version = "0.129.0", path = "./bench_util" }
deno_lockfile = "0.18.0"