summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-01-27 12:27:41 +0530
committerGitHub <noreply@github.com>2024-01-27 12:27:41 +0530
commitd9191db0ce50b62cf54de9046d8c504599e30ae0 (patch)
tree6a734e1c582efc700f92d890e449f5233e1a1bc2 /Cargo.toml
parent462ce14a78b4109143918878042b9f552083c82e (diff)
chore: upgrade deno_core to 0.256.0 (#22145)
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 3de8949e8..2afb6c9a5 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.255.0" }
+deno_core = { version = "0.256.0" }
deno_bench_util = { version = "0.129.0", path = "./bench_util" }
deno_lockfile = "0.18.0"