From 665c2ff7979ad65ae1c369dd40e210eaac4e73c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:44:42 +0000 Subject: [PATCH] cargo: bump oxc_ast from 0.144.0 to 0.146.0 Bumps [oxc_ast](https://github.com/oxc-project/oxc) from 0.144.0 to 0.146.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/compare/crates_v0.144.0...crates_v0.146.0) --- updated-dependencies: - dependency-name: oxc_ast dependency-version: 0.146.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 216 +++++++++++++++++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 176 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 379ab53c..939c1805 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4601,7 +4601,19 @@ checksum = "9262c7bbd58c8c32c2c60d1a7b6c274cd2aeaff1b726a2fb86081b75084698cb" dependencies = [ "allocator-api2", "hashbrown 0.17.1", - "oxc_data_structures", + "oxc_data_structures 0.144.0", + "rustc-hash", +] + +[[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", ] @@ -4612,15 +4624,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8134809b665d524d9a0ddeee87a5d3602776aa2410a10a0439fd25eeb594a5d" dependencies = [ "bitflags 2.13.1", - "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 2.13.1", + "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]] @@ -4635,12 +4665,30 @@ 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_data_structures" 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" @@ -4654,6 +4702,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" @@ -4664,10 +4731,10 @@ dependencies = [ "itoa", "num-bigint 0.5.1", "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]] @@ -4676,6 +4743,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" @@ -4697,15 +4770,15 @@ dependencies = [ "memchr", "num-bigint 0.5.1", "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_regular_expression", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_regular_expression 0.144.0", + "oxc_span 0.144.0", + "oxc_str 0.144.0", + "oxc_syntax 0.144.0", "rustc-hash", "seq-macro", ] @@ -4717,11 +4790,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c375b89d88ec03301b0e62528715699551871861197aa39148e95a1422e1ae9b" dependencies = [ "bitflags 2.13.1", - "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", + "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 2.13.1", + "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", "unicode-id-start", @@ -4735,10 +4825,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]] @@ -4749,8 +4852,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]] @@ -4763,12 +4878,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 2.13.1", + "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", ] @@ -8144,10 +8278,10 @@ dependencies = [ "hyper-util", "md-5 0.11.0", "moka", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.144.0", + "oxc_ast 0.146.0", "oxc_parser", - "oxc_span", + "oxc_span 0.144.0", "percent-encoding", "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 821338d6..158d2d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -268,7 +268,7 @@ percent-encoding = "=2.3.2" urlencoding = "=2.1.3" regex = "=1.13.1" oxc_allocator = "=0.144.0" -oxc_ast = "=0.144.0" +oxc_ast = "=0.146.0" oxc_parser = "=0.144.0" oxc_span = "=0.144.0" boa_engine = { version = "=0.21.1", default-features = false }