summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-01-25 14:50:49 -0500
committerGitHub <noreply@github.com>2024-01-25 20:50:49 +0100
commite06be89143e0cfc85896ee0b89f2e4cce8ba8d44 (patch)
treec894118c3de529ef6c4379e28d9c446e9075efc0 /Cargo.toml
parent4d8cf02500fd8abb11c760ddbdca44a07019153f (diff)
chore: bump deno_core (#22110)
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 019b26c35..73ed9362d 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.249.0" }
+deno_core = { version = "0.254.0" }
deno_bench_util = { version = "0.128.0", path = "./bench_util" }
deno_lockfile = "0.18.0"