diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-08-23 17:03:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-23 17:03:05 -0600 |
| commit | b1ce2e41676ab5bc807a705b072986d9357fece5 (patch) | |
| tree | 18d9b7796221d6236c9e993602c56c769345b6ce /Cargo.toml | |
| parent | af1b794e53182dfe19cc675a107138263f08476c (diff) | |
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
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 761794d65..342d180d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.28.0", features = ["transpiling"] } -deno_core = "0.202.0" +deno_core = "0.204.0" deno_runtime = { version = "0.123.0", path = "./runtime" } napi_sym = { version = "0.45.0", path = "./cli/napi/sym" } |
