diff --git a/Cargo.lock b/Cargo.lock index 5f7cd71..1256152 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,19 @@ checksum = "e54dd7c5eb0fa364f0b7ca09109f21cede0ae5f72001163170d954d62a0e4e86" dependencies = [ "allocator-api2", "hashbrown", - "oxc_data_structures", + "oxc_data_structures 0.126.0", + "rustc-hash", +] + +[[package]] +name = "oxc_allocator" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd3b8bfef454857d3d9ca08fb84c8955da8591b5a82a21bb34a7ebbf94da7b0f" +dependencies = [ + "allocator-api2", + "hashbrown", + "oxc_data_structures 0.127.0", "rustc-hash", ] @@ -492,15 +504,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7391676b3f06b7cb8e720ec06daf052395bb7516a8b647992ce5a21ea997989" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", - "oxc_data_structures", - "oxc_diagnostics", - "oxc_estree", - "oxc_regular_expression", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_allocator 0.126.0", + "oxc_ast_macros 0.126.0", + "oxc_data_structures 0.126.0", + "oxc_diagnostics 0.126.0", + "oxc_estree 0.126.0", + "oxc_regular_expression 0.126.0", + "oxc_span 0.126.0", + "oxc_str 0.126.0", + "oxc_syntax 0.126.0", +] + +[[package]] +name = "oxc_ast" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "381ae8356082431bd7e217dd78c7179bfc379dbbe7a32494e28be4fc678812c7" +dependencies = [ + "bitflags", + "oxc_allocator 0.127.0", + "oxc_ast_macros 0.127.0", + "oxc_data_structures 0.127.0", + "oxc_diagnostics 0.127.0", + "oxc_estree 0.127.0", + "oxc_regular_expression 0.127.0", + "oxc_span 0.127.0", + "oxc_str 0.127.0", + "oxc_syntax 0.127.0", ] [[package]] @@ -515,12 +545,30 @@ dependencies = [ "syn", ] +[[package]] +name = "oxc_ast_macros" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c50246449a5fa669debd2debeb90be4c30f0a3a2e954f852ec40e5ef49701285" +dependencies = [ + "phf", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "oxc_data_structures" version = "0.126.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fdea5ebbfe376448e83f9749828f31a0ad9b85a1b01e31f70597565b74f809a" +[[package]] +name = "oxc_data_structures" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1defc2fd17ee94f2c8511b0c4a4756d5868fbee891478953f2354ef444b1962f" + [[package]] name = "oxc_diagnostics" version = "0.126.0" @@ -532,20 +580,31 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "oxc_diagnostics" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d7ccb0e8e7c9f1fb75e0700b2c75d9d854e534a7a356b13d2936893651f2b98" +dependencies = [ + "cow-utils", + "oxc-miette", + "percent-encoding", +] + [[package]] name = "oxc_ecmascript" -version = "0.126.0" +version = "0.127.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "651a4509f2de47c7e49fc3a78e136e821062c4d97d2544c6336dda0f4513cfc6" +checksum = "1904566c4e725c1511c88166ec203ae97bebb62887441b4a29b1e7757ec39859" dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_regular_expression", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.127.0", + "oxc_ast 0.127.0", + "oxc_regular_expression 0.127.0", + "oxc_span 0.127.0", + "oxc_syntax 0.127.0", ] [[package]] @@ -554,6 +613,12 @@ version = "0.126.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e891d31bbe5e6c3a849a2db7de16015076f0d83f42110ace1fdfd7d2e886b97c" +[[package]] +name = "oxc_estree" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e87cd0e290bab4cb5d81377bbc1ebd414f01a7af72d7f8e5ccbb4a9a157d71df" + [[package]] name = "oxc_index" version = "4.1.0" @@ -566,24 +631,24 @@ dependencies = [ [[package]] name = "oxc_parser" -version = "0.126.0" +version = "0.127.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ab4ee6b100bedfd125cfbd9747e921984d6adab212b73affecc29a46df4bf15" +checksum = "c71acdb67749ff68bfbbd346da7dd2fe4947964be49ac9ec34d73d10a2396dcd" dependencies = [ "bitflags", "cow-utils", "memchr", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_data_structures", - "oxc_diagnostics", + "oxc_allocator 0.127.0", + "oxc_ast 0.127.0", + "oxc_data_structures 0.127.0", + "oxc_diagnostics 0.127.0", "oxc_ecmascript", - "oxc_regular_expression", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_regular_expression 0.127.0", + "oxc_span 0.127.0", + "oxc_str 0.127.0", + "oxc_syntax 0.127.0", "rustc-hash", "seq-macro", ] @@ -595,11 +660,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "896df45fde44d336df10d3cab46c0cc58697ffa69d446ca4a1b278b8c582972a" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", - "oxc_diagnostics", - "oxc_span", - "oxc_str", + "oxc_allocator 0.126.0", + "oxc_ast_macros 0.126.0", + "oxc_diagnostics 0.126.0", + "oxc_span 0.126.0", + "oxc_str 0.126.0", + "phf", + "rustc-hash", + "unicode-id-start", +] + +[[package]] +name = "oxc_regular_expression" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08a1273168ec6d8083e161565d264847249b9aad51c430d92d344303ede058b2" +dependencies = [ + "bitflags", + "oxc_allocator 0.127.0", + "oxc_ast_macros 0.127.0", + "oxc_diagnostics 0.127.0", + "oxc_span 0.127.0", + "oxc_str 0.127.0", "phf", "rustc-hash", "unicode-id-start", @@ -613,10 +695,24 @@ checksum = "a5778776c8d0ed52822841324e0dd08c024a3fc1e6dd45895e129dbb14f33f2a" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", - "oxc_str", + "oxc_allocator 0.126.0", + "oxc_ast_macros 0.126.0", + "oxc_estree 0.126.0", + "oxc_str 0.126.0", +] + +[[package]] +name = "oxc_span" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af84474452c3caa7aca1bcaca04b6e16552fe29472059b7921ae7a69790dccf" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.127.0", + "oxc_ast_macros 0.127.0", + "oxc_estree 0.127.0", + "oxc_str 0.127.0", ] [[package]] @@ -627,8 +723,20 @@ checksum = "dc120670ba73a00a9d1412de98ac63b2907551707fe4063d96ee2e44cc75ab56" dependencies = [ "compact_str", "hashbrown", - "oxc_allocator", - "oxc_estree", + "oxc_allocator 0.126.0", + "oxc_estree 0.126.0", +] + +[[package]] +name = "oxc_str" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136bcc6bed1182df0b9c529e478da55a490b38ba5f1189abf2e7a9b13f46f0b1" +dependencies = [ + "compact_str", + "hashbrown", + "oxc_allocator 0.127.0", + "oxc_estree 0.127.0", ] [[package]] @@ -636,17 +744,36 @@ name = "oxc_syntax" version = "0.126.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13ca07418ff23061b0be35b8f3ed43291bf29ad23aeb51a0faff71c5acc751c0" +dependencies = [ + "bitflags", + "cow-utils", + "nonmax", + "oxc_allocator 0.126.0", + "oxc_ast_macros 0.126.0", + "oxc_estree 0.126.0", + "oxc_index", + "oxc_span 0.126.0", + "oxc_str 0.126.0", + "phf", + "unicode-id-start", +] + +[[package]] +name = "oxc_syntax" +version = "0.127.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b448a086623714675f66b79271e25fa2b51708255fa6af7dad83be88cc6e8726" dependencies = [ "bitflags", "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", + "oxc_allocator 0.127.0", + "oxc_ast_macros 0.127.0", + "oxc_estree 0.127.0", "oxc_index", - "oxc_span", - "oxc_str", + "oxc_span 0.127.0", + "oxc_str 0.127.0", "phf", "unicode-id-start", ] @@ -748,10 +875,10 @@ dependencies = [ "globset", "ignore", "mimalloc", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.126.0", + "oxc_ast 0.126.0", "oxc_parser", - "oxc_span", + "oxc_span 0.126.0", "rayon", "regex", "serde", diff --git a/Cargo.toml b/Cargo.toml index 275fb4d..e869805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" clap = { version = "4.6", features = ["derive"] } oxc_allocator = "0.126" oxc_ast = "0.126" -oxc_parser = "0.126" +oxc_parser = "0.127" oxc_span = "0.126" ignore = "0.4" rayon = "1.12"