summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-17 02:13:34 +0100
committerGitHub <noreply@github.com>2024-09-17 01:13:34 +0000
commitaaf2bf4bfbf90bed0b6e9812f337f057d1d24f93 (patch)
treec8e9f889c5864fcdc9d14bda0b13190449deae00 /Cargo.toml
parent01b5dfd9ea927d41492fde352cd79f7b972439b9 (diff)
chore: upgrade deno_core (#25674)
No functional changes, just removes dead code.
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 e5d8c6e05..5cf29fadc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.42.0", features = ["transpiling"] }
-deno_core = { version = "0.308.0" }
+deno_core = { version = "0.309.0" }
deno_bench_util = { version = "0.162.0", path = "./bench_util" }
deno_lockfile = "=0.23.1"