diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-03-22 19:34:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 19:34:14 -0600 |
| commit | f69e4794d2d016c8cdbf4a4de8affd0c92f2732c (patch) | |
| tree | d1a722cb30385126af0408416095321381f4b041 /Cargo.lock | |
| parent | d06fdf6add1b3c55fc5f4a24956f17a363d513a4 (diff) | |
chore: update ext/ code to only use ASCII (#18371)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index c605144ea..e75a6208b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ dependencies = [ [[package]] name = "deno_node" -version = "0.31.0" +version = "0.31.1" dependencies = [ "aes", "cbc", @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "deno_url" -version = "0.94.0" +version = "0.94.1" dependencies = [ "deno_bench_util", "deno_core", @@ -1281,7 +1281,7 @@ dependencies = [ [[package]] name = "deno_web" -version = "0.125.0" +version = "0.125.1" dependencies = [ "async-trait", "base64-simd", |
