From fc624c29accb5c30d4e8e13ba2a11a3fa4a2c862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:04:57 +0000 Subject: [PATCH] Bump oxc_allocator from 0.128.0 to 0.137.0 Bumps [oxc_allocator](https://github.com/oxc-project/oxc) from 0.128.0 to 0.137.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.128.0...crates_v0.137.0) --- updated-dependencies: - dependency-name: oxc_allocator dependency-version: 0.137.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 86fb314..8f6d58d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,19 @@ checksum = "8b554cc48bdde5684b8a2bf3355524694ee47d9de4246eaf6199b8aecfd952cb" dependencies = [ "allocator-api2", "hashbrown 0.17.0", - "oxc_data_structures", + "oxc_data_structures 0.128.0", + "rustc-hash", +] + +[[package]] +name = "oxc_allocator" +version = "0.137.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b34ec71e68e73a0ed7d929e58ab2bb4f58752dea944c08f14ccc3b8272c77946" +dependencies = [ + "allocator-api2", + "hashbrown 0.17.0", + "oxc_data_structures 0.137.0", "rustc-hash", ] @@ -561,9 +573,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d027d8f8b23257e1711e0db8b80c9dacb3ab567a3357b4560eaa1d0a04da2d30" dependencies = [ "bitflags", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast_macros", - "oxc_data_structures", + "oxc_data_structures 0.128.0", "oxc_diagnostics", "oxc_estree", "oxc_regular_expression", @@ -590,6 +602,12 @@ version = "0.128.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c425cdc1a05603d9b6d13786892d69364a0c18de06ffa511109a9e0a760b423c" +[[package]] +name = "oxc_data_structures" +version = "0.137.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fde9ca13ef89018fb4c18502cefb9668baac6066905d27a914c29fb5fae1c8ac" + [[package]] name = "oxc_diagnostics" version = "0.128.0" @@ -610,7 +628,7 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast", "oxc_regular_expression", "oxc_span", @@ -644,9 +662,9 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.128.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", @@ -664,7 +682,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e92ddddf8645910675528f66b3159c018c553fa47e4644514513705f5d3c22b" dependencies = [ "bitflags", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast_macros", "oxc_diagnostics", "oxc_span", @@ -682,7 +700,7 @@ checksum = "f03b54ae4c2254ffdbba43f82e4ea097182b300d2f3ccd1f81f8ca145556e659" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast_macros", "oxc_estree", "oxc_str", @@ -696,7 +714,7 @@ checksum = "686c0fe58e5a4a3698921871fbe23043ac271cf324540591dfcc5e7d0f127a5a" dependencies = [ "compact_str", "hashbrown 0.17.0", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_estree", ] @@ -710,7 +728,7 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast_macros", "oxc_estree", "oxc_index", @@ -960,7 +978,7 @@ dependencies = [ name = "rulepath_lang_typescript" version = "0.1.0" dependencies = [ - "oxc_allocator", + "oxc_allocator 0.137.0", "oxc_ast", "oxc_parser", "oxc_span", diff --git a/Cargo.toml b/Cargo.toml index ee2e24e..8cb9f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "=4.6.1", features = ["derive"] } ignore = "=0.4.25" lasso = "=0.7.3" miette = { version = "=7.6.0", features = ["fancy"] } -oxc_allocator = "=0.128.0" +oxc_allocator = "=0.137.0" oxc_ast = "=0.128.0" oxc_parser = "=0.128.0" oxc_span = "=0.128.0"