From 8618f8e580209997b7efc8a2c595adeaa8b18d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:45:13 +0000 Subject: [PATCH] cargo: bump oxc_span from 0.144.0 to 0.146.0 Bumps [oxc_span](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_span dependency-version: 0.146.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 121 ++++++++++++++++++++++++++++++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 92 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 379ab53c..5538b754 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,14 +4624,14 @@ 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_allocator 0.144.0", + "oxc_ast_macros 0.144.0", + "oxc_data_structures 0.144.0", "oxc_diagnostics", - "oxc_estree", + "oxc_estree 0.144.0", "oxc_regular_expression", - "oxc_span", - "oxc_str", + "oxc_span 0.144.0", + "oxc_str 0.144.0", "oxc_syntax", ] @@ -4635,12 +4647,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" @@ -4665,8 +4695,8 @@ dependencies = [ "num-bigint 0.5.1", "num-traits", "oxc_ast", - "oxc_data_structures", - "oxc_span", + "oxc_data_structures 0.144.0", + "oxc_span 0.144.0", "oxc_syntax", ] @@ -4676,6 +4706,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,14 +4733,14 @@ dependencies = [ "memchr", "num-bigint 0.5.1", "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_regular_expression", - "oxc_span", - "oxc_str", + "oxc_span 0.144.0", + "oxc_str 0.144.0", "oxc_syntax", "rustc-hash", "seq-macro", @@ -4717,11 +4753,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c375b89d88ec03301b0e62528715699551871861197aa39148e95a1422e1ae9b" dependencies = [ "bitflags 2.13.1", - "oxc_allocator", - "oxc_ast_macros", + "oxc_allocator 0.144.0", + "oxc_ast_macros 0.144.0", "oxc_diagnostics", - "oxc_span", - "oxc_str", + "oxc_span 0.144.0", + "oxc_str 0.144.0", "phf 0.14.0", "rustc-hash", "unicode-id-start", @@ -4735,10 +4771,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 +4798,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 +4824,12 @@ 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", - "oxc_str", + "oxc_span 0.144.0", + "oxc_str 0.144.0", "phf 0.14.0", "unicode-id-start", ] @@ -8144,10 +8205,10 @@ dependencies = [ "hyper-util", "md-5 0.11.0", "moka", - "oxc_allocator", + "oxc_allocator 0.144.0", "oxc_ast", "oxc_parser", - "oxc_span", + "oxc_span 0.146.0", "percent-encoding", "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 821338d6..bbfadcf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -270,7 +270,7 @@ regex = "=1.13.1" oxc_allocator = "=0.144.0" oxc_ast = "=0.144.0" oxc_parser = "=0.144.0" -oxc_span = "=0.144.0" +oxc_span = "=0.146.0" boa_engine = { version = "=0.21.1", default-features = false } paste = "=1.0.15" byteorder = "=1.5.0"