From b4c394af15b42879551266be46a353d6649f21c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:41:18 +0000 Subject: [PATCH] chore(deps): bump oxc_allocator from 0.126.0 to 0.127.0 Bumps [oxc_allocator](https://github.com/oxc-project/oxc) from 0.126.0 to 0.127.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.126.0...crates_v0.127.0) --- updated-dependencies: - dependency-name: oxc_allocator dependency-version: 0.127.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 40 +++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f7cd71..a93660f 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,9 +504,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7391676b3f06b7cb8e720ec06daf052395bb7516a8b647992ce5a21ea997989" dependencies = [ "bitflags", - "oxc_allocator", + "oxc_allocator 0.126.0", "oxc_ast_macros", - "oxc_data_structures", + "oxc_data_structures 0.126.0", "oxc_diagnostics", "oxc_estree", "oxc_regular_expression", @@ -521,6 +533,12 @@ 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" @@ -541,7 +559,7 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.126.0", "oxc_ast", "oxc_regular_expression", "oxc_span", @@ -575,9 +593,9 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.126.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.126.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", @@ -595,7 +613,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "896df45fde44d336df10d3cab46c0cc58697ffa69d446ca4a1b278b8c582972a" dependencies = [ "bitflags", - "oxc_allocator", + "oxc_allocator 0.126.0", "oxc_ast_macros", "oxc_diagnostics", "oxc_span", @@ -613,7 +631,7 @@ checksum = "a5778776c8d0ed52822841324e0dd08c024a3fc1e6dd45895e129dbb14f33f2a" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", + "oxc_allocator 0.126.0", "oxc_ast_macros", "oxc_estree", "oxc_str", @@ -627,7 +645,7 @@ checksum = "dc120670ba73a00a9d1412de98ac63b2907551707fe4063d96ee2e44cc75ab56" dependencies = [ "compact_str", "hashbrown", - "oxc_allocator", + "oxc_allocator 0.126.0", "oxc_estree", ] @@ -641,7 +659,7 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", + "oxc_allocator 0.126.0", "oxc_ast_macros", "oxc_estree", "oxc_index", @@ -748,7 +766,7 @@ dependencies = [ "globset", "ignore", "mimalloc", - "oxc_allocator", + "oxc_allocator 0.127.0", "oxc_ast", "oxc_parser", "oxc_span", diff --git a/Cargo.toml b/Cargo.toml index 275fb4d..1536581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" [dependencies] clap = { version = "4.6", features = ["derive"] } -oxc_allocator = "0.126" +oxc_allocator = "0.127" oxc_ast = "0.126" oxc_parser = "0.126" oxc_span = "0.126"