summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-08 00:26:02 +0100
committerGitHub <noreply@github.com>2024-02-07 23:26:02 +0000
commit5fd5a613a152624b7b970e6f672e2b4354574617 (patch)
tree5aea15fbdad401c81ba164deaadea551bf97c41d /Cargo.toml
parent64ebd441e9f1b929c936aab1445afec10b8b7417 (diff)
chore: upgrade deno_core to 0.260.0 (#22334)
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 c4d2ca014..31298b72e 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.259.0" }
+deno_core = { version = "0.260.0" }
deno_bench_util = { version = "0.130.0", path = "./bench_util" }
deno_lockfile = "0.18.0"