summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-07-24 01:11:38 +0100
committerGitHub <noreply@github.com>2024-07-24 02:11:38 +0200
commit445e05a39d005eab6f7d2f1f67a7ae2d7c85b1b3 (patch)
tree06cba5eccfe8777bda7edf17834bf30a973bf099 /Cargo.toml
parent9114a2df69da9318c4e10887553b7daf77b0fa16 (diff)
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Reverted in https://github.com/denoland/deno/commit/95847f4e9443ad8c8e0504c9fdd1d7f8eb4e588f.
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 17f12050e..dca672d32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.40.0", features = ["transpiling"] }
-deno_core = { version = "0.294.0" }
+deno_core = { version = "0.297.0" }
deno_bench_util = { version = "0.156.0", path = "./bench_util" }
deno_lockfile = "0.20.0"