diff --git a/Cargo.lock b/Cargo.lock index ac9ce35..77ab2fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1808,11 +1808,11 @@ dependencies = [ "lazy_static", "lettre", "libc", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.144.0", + "oxc_ast 0.144.0", "oxc_ast_visit", "oxc_parser", - "oxc_span", + "oxc_span 0.144.0", "postgres", "postgres_rustls", "rayon", @@ -2317,7 +2317,19 @@ checksum = "9262c7bbd58c8c32c2c60d1a7b6c274cd2aeaff1b726a2fb86081b75084698cb" dependencies = [ "allocator-api2", "hashbrown 0.17.1", - "oxc_data_structures", + "oxc_data_structures 0.144.0", + "rustc-hash 2.1.3", +] + +[[package]] +name = "oxc_allocator" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "064fce871c5cb07e557049ed27c8ca2aa530db797f73424c67e4bb8cfe61175e" +dependencies = [ + "allocator-api2", + "hashbrown 0.17.1", + "oxc_data_structures 0.146.0", "rustc-hash 2.1.3", ] @@ -2328,15 +2340,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8134809b665d524d9a0ddeee87a5d3602776aa2410a10a0439fd25eeb594a5d" 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.144.0", + "oxc_ast_macros 0.144.0", + "oxc_data_structures 0.144.0", + "oxc_diagnostics 0.144.0", + "oxc_estree 0.144.0", + "oxc_regular_expression 0.144.0", + "oxc_span 0.144.0", + "oxc_str 0.144.0", + "oxc_syntax 0.144.0", +] + +[[package]] +name = "oxc_ast" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a999fd4494b604fc0328fc43443bc1298722500587d87d7e993118bd82c65d7b" +dependencies = [ + "bitflags", + "oxc_allocator 0.146.0", + "oxc_ast_macros 0.146.0", + "oxc_data_structures 0.146.0", + "oxc_diagnostics 0.146.0", + "oxc_estree 0.146.0", + "oxc_regular_expression 0.146.0", + "oxc_span 0.146.0", + "oxc_str 0.146.0", + "oxc_syntax 0.146.0", ] [[package]] @@ -2351,16 +2381,28 @@ dependencies = [ "syn 3.0.3", ] +[[package]] +name = "oxc_ast_macros" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d715e3c300c95b1d797b05526567161fd86fcac2ac68235101c61b736f216cde" +dependencies = [ + "phf 0.14.0", + "proc-macro2", + "quote", + "syn 3.0.3", +] + [[package]] name = "oxc_ast_visit" -version = "0.144.0" +version = "0.146.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a57626cd6ef87f5173110a301868e3c438fd8e0576f489d9a61540ef133f686" +checksum = "81b9d77b5c27575ef7d624de1f226caeca3c0d3fcc2347bdaa788d5c4a85512d" dependencies = [ - "oxc_allocator", - "oxc_ast", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.146.0", + "oxc_ast 0.146.0", + "oxc_span 0.146.0", + "oxc_syntax 0.146.0", ] [[package]] @@ -2369,6 +2411,12 @@ version = "0.144.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a71efea56db93d3ce9e88e1d9f74f6d50fc2b06092444cdd08579f5827fd8db" +[[package]] +name = "oxc_data_structures" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d15a23b57a931fda6bc9a4fdc3fbabcac6a2edfd0b7216cb7c81432f0e9f54d9" + [[package]] name = "oxc_diagnostics" version = "0.144.0" @@ -2382,6 +2430,25 @@ dependencies = [ "smallvec", ] +[[package]] +name = "oxc_diagnostics" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2d0ce1ec51b07b6501eecedd5ab50835b7ebe5c8463cada3b2e6d984d0943af" +dependencies = [ + "bytecount", + "cow-utils", + "itoa", + "memchr", + "owo-colors", + "oxc_span 0.146.0", + "percent-encoding", + "smallvec", + "textwrap", + "unicode-segmentation", + "unicode-width", +] + [[package]] name = "oxc_ecmascript" version = "0.144.0" @@ -2392,10 +2459,10 @@ dependencies = [ "itoa", "num-bigint", "num-traits", - "oxc_ast", - "oxc_data_structures", - "oxc_span", - "oxc_syntax", + "oxc_ast 0.144.0", + "oxc_data_structures 0.144.0", + "oxc_span 0.144.0", + "oxc_syntax 0.144.0", ] [[package]] @@ -2404,6 +2471,12 @@ version = "0.144.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8275fcb9674a1c320f0bdbc2f534ba9bb09fcb8b1c9fe306c9595d262a06bfcb" +[[package]] +name = "oxc_estree" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc7af86a59b7aeb2845ffea2cc21ae259053865b175e9ac936a7d72f2744abe5" + [[package]] name = "oxc_index" version = "5.0.0" @@ -2425,14 +2498,14 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_data_structures", - "oxc_diagnostics", + "oxc_allocator 0.144.0", + "oxc_ast 0.144.0", + "oxc_data_structures 0.144.0", + "oxc_diagnostics 0.144.0", "oxc_ecmascript", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_span 0.144.0", + "oxc_str 0.144.0", + "oxc_syntax 0.144.0", "rustc-hash 2.1.3", "seq-macro", ] @@ -2444,11 +2517,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c375b89d88ec03301b0e62528715699551871861197aa39148e95a1422e1ae9b" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", - "oxc_diagnostics", - "oxc_span", - "oxc_str", + "oxc_allocator 0.144.0", + "oxc_ast_macros 0.144.0", + "oxc_diagnostics 0.144.0", + "oxc_span 0.144.0", + "oxc_str 0.144.0", + "phf 0.14.0", + "rustc-hash 2.1.3", + "unicode-id-start", +] + +[[package]] +name = "oxc_regular_expression" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31839a373ad02a37fad54244a3eb710f9a94b5e2e16ca0e1d28a37b4c75b8ebc" +dependencies = [ + "bitflags", + "oxc_allocator 0.146.0", + "oxc_ast_macros 0.146.0", + "oxc_diagnostics 0.146.0", + "oxc_span 0.146.0", + "oxc_str 0.146.0", "phf 0.14.0", "rustc-hash 2.1.3", "unicode-id-start", @@ -2462,10 +2552,23 @@ checksum = "abd732008dbfb09984106925f7ff7268687c8020b89bd7ee0f0b695c5bb07950" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", - "oxc_str", + "oxc_allocator 0.144.0", + "oxc_ast_macros 0.144.0", + "oxc_estree 0.144.0", + "oxc_str 0.144.0", +] + +[[package]] +name = "oxc_span" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c355ae1fa3e865c28cb8a85735ecafd1bb6340a5b880c638d127c1f2d61a98a5" +dependencies = [ + "compact_str", + "oxc_allocator 0.146.0", + "oxc_ast_macros 0.146.0", + "oxc_estree 0.146.0", + "oxc_str 0.146.0", ] [[package]] @@ -2476,8 +2579,20 @@ checksum = "e1d2ccb0f5aa4da9fc98ef70f59553c2779e28e064a8b271fcb1e88c11a63607" dependencies = [ "compact_str", "hashbrown 0.17.1", - "oxc_allocator", - "oxc_estree", + "oxc_allocator 0.144.0", + "oxc_estree 0.144.0", +] + +[[package]] +name = "oxc_str" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ba45ef9efa8296e647aa37b2b21936cb520953031edc1ef6352281bbea22faa" +dependencies = [ + "compact_str", + "hashbrown 0.17.1", + "oxc_allocator 0.146.0", + "oxc_estree 0.146.0", ] [[package]] @@ -2490,12 +2605,31 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", + "oxc_allocator 0.144.0", + "oxc_ast_macros 0.144.0", + "oxc_estree 0.144.0", + "oxc_index", + "oxc_span 0.144.0", + "oxc_str 0.144.0", + "phf 0.14.0", + "unicode-id-start", +] + +[[package]] +name = "oxc_syntax" +version = "0.146.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0970d9be099a082711b574d58add258549580a70fe6546b99a067bbd7ad4a264" +dependencies = [ + "bitflags", + "cow-utils", + "nonmax", + "oxc_allocator 0.146.0", + "oxc_ast_macros 0.146.0", + "oxc_estree 0.146.0", "oxc_index", - "oxc_span", - "oxc_str", + "oxc_span 0.146.0", + "oxc_str 0.146.0", "phf 0.14.0", "unicode-id-start", ] diff --git a/Cargo.toml b/Cargo.toml index bb5e53f..bf94ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ oxc_parser = { version = "=0.144.0", default-features = false } oxc_allocator = "=0.144.0" oxc_ast = "=0.144.0" oxc_span = "=0.144.0" -oxc_ast_visit = "=0.144.0" +oxc_ast_visit = "=0.146.0" [build-dependencies] sha2 = "0.11"