From 336280ead5264ed4a037d008c801df3f2356b5ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 07:12:57 +0000 Subject: [PATCH] chore(deps): update rust crate oxc to 0.22.0 --- Cargo.lock | 36 ++++++++++++++++++------------------ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87643b5..5a6154b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,9 +822,9 @@ checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" [[package]] name = "oxc" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b37a2f96401186cd669de8b90c9e0f026f3b1f0ae8da598d0b59bcc18d635a" +checksum = "754c8fa90df7875f5b4b2a17dcceeb81009f4ec2257ff2baa429804e568ff4cf" dependencies = [ "oxc_allocator", "oxc_ast", @@ -837,9 +837,9 @@ dependencies = [ [[package]] name = "oxc_allocator" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2969df9624a9ce85a4dcc74b9306da0750245f3edbf5d188966ce9ba21f1df09" +checksum = "c7e7b1858755555fd3a600b453d142cd3fae33b8b6262729fc286a1ae36ade5e" dependencies = [ "allocator-api2", "bumpalo", @@ -847,9 +847,9 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5bd24669af44316b9e9132298779b16d811ca2b2c50e6977119f0c12b74a70b" +checksum = "3a155e8ac7d91e745a529def14456bb339a48afde3c1af37462a93201cef1899" dependencies = [ "bitflags", "num-bigint", @@ -861,15 +861,15 @@ dependencies = [ [[package]] name = "oxc_ast_macros" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5719d91d173521f09acdb3ae334311721e132e69d7ab165d124d5e54379a63ea" +checksum = "4751921819368c33939d442dac82de0b9a3e6dc77f47c3075d34dcd59f5eb661" [[package]] name = "oxc_diagnostics" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04752949830fd48859db58f0a9be78e426f4645be60889a3b0162eb0852b5269" +checksum = "2e3afefc5ea75439dd740b4032a765f86f41c2f2d5765dabfd2a72f4a2c8fcc0" dependencies = [ "miette", "owo-colors", @@ -879,15 +879,15 @@ dependencies = [ [[package]] name = "oxc_index" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d38dcb7b8fe88315624afd7f0e365a7a8b368603eeb831ea6ec09bc6e1aba91" +checksum = "da26f52ef092ca200d009c838eab9c3cb0aa8784e0accc7c909ed232bab52356" [[package]] name = "oxc_parser" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa459e79ce12fb2acaa1fba84d2fd336b53f61e49842861d4ed0f89cd21b27ae" +checksum = "958e0fb7424855f6f1b5b88525a6909a9e7c97540db87707b5ac215caa022852" dependencies = [ "assert-unchecked", "bitflags", @@ -923,9 +923,9 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b11fa157032cc8abb0e0cf4e2632e3e16f923c637b21a8486d4b007fb96ea14e" +checksum = "0ab4d5ac5a9950042c0f18ae3833d36a3ab60f1daa07b055d2a18666f228228c" dependencies = [ "compact_str", "miette", @@ -934,9 +934,9 @@ dependencies = [ [[package]] name = "oxc_syntax" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4ec18e5df6f721f0cdc04eb616bd02fbbd0afe111e7310cfadd5c2b3905b72" +checksum = "f1a73438a3236ed3074001e24f69277392bc88440787f2c71df17d902d10f282" dependencies = [ "bitflags", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index 948b53f..691a55a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ test = false doctest = false [dependencies] -oxc = "0.21.0" +oxc = "0.22.0" swc_ecma_parser = { version = "0.148.1", features = ["typescript"] } swc_ecma_ast = "0.117.3"