summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-08 12:46:13 -0700
committerGitHub <noreply@github.com>2023-11-08 20:46:13 +0100
commitf8d1d84c5a22fffbb2b39e531216e0a344a74988 (patch)
tree38b3b1abb27ce2ec97267db8502cfe36841a8175 /Cargo.toml
parente4593873a9c791238685dfbb45e64b4485884174 (diff)
chore(ext/web): migrate to deno_core typed externals (#21114)
Use our safer typed externals for the external required for resource streams.
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 e42a12cd5..07a828443 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.31.2", features = ["transpiling"] }
-deno_core = { version = "0.227.0" }
+deno_core = { version = "0.228.0" }
deno_runtime = { version = "0.130.0", path = "./runtime" }
napi_sym = { version = "0.52.0", path = "./cli/napi/sym" }