From 62c32301328344f2b26dec603602709b862f068f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:33:37 +0000 Subject: [PATCH] chore(deps): update rust crate oxc to 0.17.0 --- Cargo.lock | 36 ++++++++++++++++++------------------ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d31762a..d989a16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,9 +821,9 @@ checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" [[package]] name = "oxc" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eef9ded920e483471c6cf613d5131c74af2855165ea8174d663f599a56a3fb3a" +checksum = "143455be9bf2c962169fa889e6f95350f5179398ae23aea17d17b6beae0433ba" dependencies = [ "oxc_allocator", "oxc_ast", @@ -836,9 +836,9 @@ dependencies = [ [[package]] name = "oxc_allocator" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "944ce079709849f7621902c7747141336fbdfa5419ae8da8ac11edc5679e977f" +checksum = "83173a501108b8f18514b0d6e412491ac61216f9ad4b8ebd5abb67b5c236f15f" dependencies = [ "allocator-api2", "bumpalo", @@ -846,9 +846,9 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0814bc95355ba0ff7f60db5a01504cfdbbd44ae269cf4238356080964ae2ddbf" +checksum = "1be531b68e6e19f4e0d1b3645c7d3a9eb47fd5c938d52deb1bb3d648f3a1a2ed" dependencies = [ "bitflags", "num-bigint", @@ -860,15 +860,15 @@ dependencies = [ [[package]] name = "oxc_ast_macros" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34f6e9a0084937918818610e310edd9234b324863fcf46d9b5106b92fba30824" +checksum = "cd04f0b1cfb84ef3f9a24891f04b20b47bd6f6f9aa6dc53f7d883ac6fd1a5ccd" [[package]] name = "oxc_diagnostics" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db41d3247dde8f6112233692d1d8065f8828cddf8c8735281b4a67238937d70b" +checksum = "a65b9c3598ebb55247c8d633cc7b256d531eeec0c579a5887b1fd5bdf9148f1d" dependencies = [ "miette", "owo-colors", @@ -878,15 +878,15 @@ dependencies = [ [[package]] name = "oxc_index" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bdb0c0067294f8919bf259393c5d8f36b8cff40ff63d698cc921cacec77fc58" +checksum = "4bcae63eeec1d9f0482d79cdb725ceea11fd426b986a11dd38700394703ca0ac" [[package]] name = "oxc_parser" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f05c4d50a236bc5412b1702af99a4ddab88b60e8ef8d14178d74fba234fdd648" +checksum = "b2bd4eefd8cbe56771e9cdef67e5d3e1a2d7f9d9e1046e174587752585428e4d" dependencies = [ "assert-unchecked", "bitflags", @@ -922,9 +922,9 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37c8fb1f1dd18f8832b173939aff1c8a6fb2c50a6f95adf1aee817a65482e549" +checksum = "d636a7007e5fab7ccaf9bb053cf87167ad3a981212eedfb9f2402e87bcd578a3" dependencies = [ "compact_str", "miette", @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "oxc_syntax" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2909d1da9949782e08d633f46a4f3a52dcd3ef539b7a0ebfc5d02d7f6eb159" +checksum = "6ff6d94c8be2693caabe4e0258c6684848b4a322f65b51515fa05d98c0f9f135" dependencies = [ "bitflags", "dashmap 6.0.1", diff --git a/Cargo.toml b/Cargo.toml index 6e2c976..f984374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ test = false doctest = false [dependencies] -oxc = "0.16.1" +oxc = "0.17.0" swc_ecma_parser = { version = "0.146.7", features = ["typescript"] } swc_ecma_ast = "0.115.1"