From a9b5e3fa6b44b62d858f9448ba59cefc8a267321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 06:07:46 +0000 Subject: [PATCH] Bump oxc_span from 0.128.0 to 0.131.0 Bumps [oxc_span](https://github.com/oxc-project/oxc) from 0.128.0 to 0.131.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.131.0) --- updated-dependencies: - dependency-name: oxc_span dependency-version: 0.131.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 122 ++++++++++++++++++++++++++++++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 93 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86fb314..44cd32b 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.131.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3727d7415ee92082a6e320a327516cc83982c2082dfe343e31332f1ad6f8df1" +dependencies = [ + "allocator-api2", + "hashbrown 0.17.0", + "oxc_data_structures 0.131.0", "rustc-hash", ] @@ -561,14 +573,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d027d8f8b23257e1711e0db8b80c9dacb3ab567a3357b4560eaa1d0a04da2d30" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", - "oxc_data_structures", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", + "oxc_data_structures 0.128.0", "oxc_diagnostics", - "oxc_estree", + "oxc_estree 0.128.0", "oxc_regular_expression", - "oxc_span", - "oxc_str", + "oxc_span 0.128.0", + "oxc_str 0.128.0", "oxc_syntax", ] @@ -584,12 +596,30 @@ dependencies = [ "syn", ] +[[package]] +name = "oxc_ast_macros" +version = "0.131.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70c6d516ecb635f3bb87e14fd416efd3d3f907a7fa2a419f153edb40b88d2bfd" +dependencies = [ + "phf", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "oxc_data_structures" version = "0.128.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c425cdc1a05603d9b6d13786892d69364a0c18de06ffa511109a9e0a760b423c" +[[package]] +name = "oxc_data_structures" +version = "0.131.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfb57dfe7494ab130a195c526bcad6b19bab963f67d67bf12e0b1558e8e2aec5" + [[package]] name = "oxc_diagnostics" version = "0.128.0" @@ -610,10 +640,10 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast", "oxc_regular_expression", - "oxc_span", + "oxc_span 0.128.0", "oxc_syntax", ] @@ -623,6 +653,12 @@ version = "0.128.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0aef225084b2735b871215ceba04582ecfe15be563c4c3a9e22f33e34fab74f4" +[[package]] +name = "oxc_estree" +version = "0.131.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad3b88b4a49146d870e7dfe8bf55a6fcb14fec6a418417cfb871c43b611e850b" + [[package]] name = "oxc_index" version = "4.1.0" @@ -644,14 +680,14 @@ 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", - "oxc_span", - "oxc_str", + "oxc_span 0.128.0", + "oxc_str 0.128.0", "oxc_syntax", "rustc-hash", "seq-macro", @@ -664,11 +700,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e92ddddf8645910675528f66b3159c018c553fa47e4644514513705f5d3c22b" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", "oxc_diagnostics", - "oxc_span", - "oxc_str", + "oxc_span 0.128.0", + "oxc_str 0.128.0", "phf", "rustc-hash", "unicode-id-start", @@ -682,10 +718,24 @@ checksum = "f03b54ae4c2254ffdbba43f82e4ea097182b300d2f3ccd1f81f8ca145556e659" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", - "oxc_str", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", + "oxc_estree 0.128.0", + "oxc_str 0.128.0", +] + +[[package]] +name = "oxc_span" +version = "0.131.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a68fab3fd1589d78e7a7dd21702858dc50ec6a15282e653f4ffaa1b8cfa5689f" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.131.0", + "oxc_ast_macros 0.131.0", + "oxc_estree 0.131.0", + "oxc_str 0.131.0", ] [[package]] @@ -696,8 +746,20 @@ checksum = "686c0fe58e5a4a3698921871fbe23043ac271cf324540591dfcc5e7d0f127a5a" dependencies = [ "compact_str", "hashbrown 0.17.0", - "oxc_allocator", - "oxc_estree", + "oxc_allocator 0.128.0", + "oxc_estree 0.128.0", +] + +[[package]] +name = "oxc_str" +version = "0.131.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f1abbac33ebda94f2e8d2300c17f7729aa786935bc1f73a20dfc9c4ad1ba36b" +dependencies = [ + "compact_str", + "hashbrown 0.17.0", + "oxc_allocator 0.131.0", + "oxc_estree 0.131.0", ] [[package]] @@ -710,12 +772,12 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", + "oxc_estree 0.128.0", "oxc_index", - "oxc_span", - "oxc_str", + "oxc_span 0.128.0", + "oxc_str 0.128.0", "phf", "unicode-id-start", ] @@ -960,10 +1022,10 @@ dependencies = [ name = "rulepath_lang_typescript" version = "0.1.0" dependencies = [ - "oxc_allocator", + "oxc_allocator 0.128.0", "oxc_ast", "oxc_parser", - "oxc_span", + "oxc_span 0.131.0", "rulepath_ir", "rulepath_parsers", "rulepath_workspace", diff --git a/Cargo.toml b/Cargo.toml index ee2e24e..e1d2d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ miette = { version = "=7.6.0", features = ["fancy"] } oxc_allocator = "=0.128.0" oxc_ast = "=0.128.0" oxc_parser = "=0.128.0" -oxc_span = "=0.128.0" +oxc_span = "=0.131.0" petgraph = "=0.8.3" rayon = "=1.12.0" schemars = { version = "=1.2.1", features = ["derive"] }