From 2d0d89a423a625869a2e10e3dbed50099e3bd55c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:37:33 +0000 Subject: [PATCH] chore(deps): update rust crate oxc to 0.36.0 --- Cargo.lock | 46 ++++++++++++++++++++++++---------------------- Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6242d1..0133545 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,9 +951,9 @@ checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" [[package]] name = "oxc" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6afccb94df5a07c076469aff782d6c38bacaab224d3d8bf79eed79da48acd2f" +checksum = "24327e7a58d4e28217ba4bce5e582db05c2731d04b908a40b305b5d492f239fa" dependencies = [ "oxc_allocator", "oxc_ast", @@ -992,9 +992,9 @@ dependencies = [ [[package]] name = "oxc_allocator" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f7e0128288409e0baa19061b1f60d4fb04afc0f9f088ca029038c3659b450fd" +checksum = "931f734a61f63a0571163b160b764d90d83077c4d2631d15b26fe1b66763dad8" dependencies = [ "allocator-api2", "bumpalo", @@ -1002,12 +1002,14 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba349ebd8cfea7e5a8b1f9a9c2b7871ba6a51faa143bc8c13f45758642d9d380" +checksum = "b9a771175e84c2324c841fe7ca3ddacb5df8102f043e2fc3e96d0bfee039c13d" dependencies = [ "bitflags", + "cow-utils", "num-bigint", + "num-traits", "oxc_allocator", "oxc_ast_macros", "oxc_estree", @@ -1018,9 +1020,9 @@ dependencies = [ [[package]] name = "oxc_ast_macros" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9f31b5dcd33ee7ffe2a6024c587a6782477c38ba295961b758c0c7092d94a4" +checksum = "ed71131e79889e226fb6510b90fa1a4a7495c8fdac43a4f505334fb0f1324e3e" dependencies = [ "proc-macro2", "quote", @@ -1029,9 +1031,9 @@ dependencies = [ [[package]] name = "oxc_diagnostics" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480fe1d6907758cf699ffa86178b72a03568b710bb60f7a5da2364c56818c81" +checksum = "e37049d46eb02a97e4cc0900672a921666393c642c1ad419a20d483285f5b590" dependencies = [ "oxc-miette", "rustc-hash 2.0.0", @@ -1039,21 +1041,21 @@ dependencies = [ [[package]] name = "oxc_estree" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c59e04c9c994165e27bbd855671e5b3121bbe46ed7b8148796a53563c96b286" +checksum = "7fa45c638ccfd88b5c26147b0a98e1e8dd49542327dda94445b940ef91920d6a" [[package]] name = "oxc_index" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "016a890eaebf3546ec77ab16057d9a93dabc929a6d3ecc973d8398b81d98dc30" +checksum = "ae76739229d0cc5e834e0e3b9e8c4078a86828ff47f5bc71138e4571ce528f83" [[package]] name = "oxc_parser" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41c6b8982d7ad2644ececbe7351fc58ea1ba26a97fdd4967aef470f40179e81" +checksum = "0106e10cd67a59d91a75232d4c40f188b8532efea9b9bbed110bce157e7d3b9a" dependencies = [ "assert-unchecked", "bitflags", @@ -1073,9 +1075,9 @@ dependencies = [ [[package]] name = "oxc_regular_expression" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "460f937ad444b1c3b2ff4a85e53582d89692d7245e4b903415729faada0762f1" +checksum = "f1bd0d5b1b943173378a5f61d6a4c49edc7e8c9157241e9bbba54594d7449b4c" dependencies = [ "oxc_allocator", "oxc_ast_macros", @@ -1109,9 +1111,9 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ffba81d3f1c167ac1dd7c857f6cfd7d9a23ba0ce64c269efd435e74f85cc0d" +checksum = "c7b5d7caf8a20611f34c5c9ebdf232b6b42498e5424d02ef1e2dffe31553b49f" dependencies = [ "compact_str", "oxc-miette", @@ -1122,9 +1124,9 @@ dependencies = [ [[package]] name = "oxc_syntax" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc897796fd60679e7515b20456fdcee9e51e782561c50515f9a58f0a26760a51" +checksum = "3135d5ddd0dc8ca535c0ac517a526ace8cac2699bb1345064c9fe046ca761dfa" dependencies = [ "assert-unchecked", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 45e1017..3f1ae00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ test = false doctest = false [dependencies] -oxc = "0.35.0" +oxc = "0.36.0" swc_ecma_parser = { version = "5.0.0", features = ["typescript"] } swc_ecma_ast = "4.0.1"