diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-08 12:46:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 20:46:13 +0100 |
| commit | f8d1d84c5a22fffbb2b39e531216e0a344a74988 (patch) | |
| tree | 38b3b1abb27ce2ec97267db8502cfe36841a8175 /Cargo.toml | |
| parent | e4593873a9c791238685dfbb45e64b4485884174 (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.toml | 2 |
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" } |
