From 2637ad7793d04dc6f638553f71a44294ab4bb741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:45:13 +0000 Subject: [PATCH] chore(deps): bump oxc_allocator from 0.144.0 to 0.146.0 Bumps [oxc_allocator](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_allocator dependency-version: 0.146.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 ++++++++++++++++++++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac9ce35..39f13bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1808,7 +1808,7 @@ dependencies = [ "lazy_static", "lettre", "libc", - "oxc_allocator", + "oxc_allocator 0.146.0", "oxc_ast", "oxc_ast_visit", "oxc_parser", @@ -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,9 +2340,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8134809b665d524d9a0ddeee87a5d3602776aa2410a10a0439fd25eeb594a5d" dependencies = [ "bitflags", - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_ast_macros", - "oxc_data_structures", + "oxc_data_structures 0.144.0", "oxc_diagnostics", "oxc_estree", "oxc_regular_expression", @@ -2357,7 +2369,7 @@ version = "0.144.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a57626cd6ef87f5173110a301868e3c438fd8e0576f489d9a61540ef133f686" dependencies = [ - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_ast", "oxc_span", "oxc_syntax", @@ -2369,6 +2381,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" @@ -2393,7 +2411,7 @@ dependencies = [ "num-bigint", "num-traits", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.144.0", "oxc_span", "oxc_syntax", ] @@ -2425,9 +2443,9 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.144.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_span", @@ -2444,7 +2462,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c375b89d88ec03301b0e62528715699551871861197aa39148e95a1422e1ae9b" dependencies = [ "bitflags", - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_ast_macros", "oxc_diagnostics", "oxc_span", @@ -2462,7 +2480,7 @@ checksum = "abd732008dbfb09984106925f7ff7268687c8020b89bd7ee0f0b695c5bb07950" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_ast_macros", "oxc_estree", "oxc_str", @@ -2476,7 +2494,7 @@ checksum = "e1d2ccb0f5aa4da9fc98ef70f59553c2779e28e064a8b271fcb1e88c11a63607" dependencies = [ "compact_str", "hashbrown 0.17.1", - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_estree", ] @@ -2490,7 +2508,7 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_ast_macros", "oxc_estree", "oxc_index", diff --git a/Cargo.toml b/Cargo.toml index bb5e53f..e0b1c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ yaml-rust2 = "0.11" # frontend does not need — it only classifies call targets and string-literal # arguments, never regex literals. oxc_parser = { version = "=0.144.0", default-features = false } -oxc_allocator = "=0.144.0" +oxc_allocator = "=0.146.0" oxc_ast = "=0.144.0" oxc_span = "=0.144.0" oxc_ast_visit = "=0.144.0"