summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-07 02:16:08 +0100
committerGitHub <noreply@github.com>2024-02-07 02:16:08 +0100
commit043fee48fd72fbce2357e93431753db5b086cffd (patch)
tree49d254335953cc03e346d0fe7267eae5260652b8 /Cargo.toml
parente54684864dee1c708325570eaaff2fce0f928387 (diff)
chore: upgrade deno_core to 0.259.0 (#22311)
This update brings number of ops available to user code down to 45.
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 1771ec18b..e081f8c67 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.258.0" }
+deno_core = { version = "0.259.0" }
deno_bench_util = { version = "0.130.0", path = "./bench_util" }
deno_lockfile = "0.18.0"