cargo: bump oxc_allocator from 0.147.0 to 0.148.0

Bumps [oxc_allocator](https://github.com/oxc-project/oxc) from 0.147.0 to 0.148.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.147.0...crates_v0.148.0)

---
updated-dependencies:
- dependency-name: oxc_allocator
  dependency-version: 0.148.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/oxc_allocator-0.148.0
dependabot[bot] 2 weeks ago committed by GitHub
parent 355b7790b6
commit 84eb2942b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4849,7 +4849,19 @@ checksum = "c4e69b2400ab3c2f96eb3ae474ed80fa3a2959ba05e26afc5df45e634fc9a071"
dependencies = [ dependencies = [
"allocator-api2", "allocator-api2",
"hashbrown 0.17.1", "hashbrown 0.17.1",
"oxc_data_structures", "oxc_data_structures 0.147.0",
"rustc-hash",
]
[[package]]
name = "oxc_allocator"
version = "0.148.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4721a6dea1ed51a31597a8865aac718c89ac6d6c91e1d67d1f632078a0518d97"
dependencies = [
"allocator-api2",
"hashbrown 0.17.1",
"oxc_data_structures 0.148.0",
"rustc-hash", "rustc-hash",
] ]
@ -4860,9 +4872,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcf0e905263cc649c07e3494489de620462390de12cb2b5933247f91785a421" checksum = "3dcf0e905263cc649c07e3494489de620462390de12cb2b5933247f91785a421"
dependencies = [ dependencies = [
"bitflags 2.13.1", "bitflags 2.13.1",
"oxc_allocator", "oxc_allocator 0.147.0",
"oxc_ast_macros", "oxc_ast_macros",
"oxc_data_structures", "oxc_data_structures 0.147.0",
"oxc_diagnostics", "oxc_diagnostics",
"oxc_estree", "oxc_estree",
"oxc_regular_expression", "oxc_regular_expression",
@ -4889,6 +4901,12 @@ version = "0.147.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7903e8f1f76f148c943b5a2e192bf908d600b5fe0df1efc77ebeb75591ace56" checksum = "e7903e8f1f76f148c943b5a2e192bf908d600b5fe0df1efc77ebeb75591ace56"
[[package]]
name = "oxc_data_structures"
version = "0.148.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe5adfd511d39d3619ce02317368553c79aa290abf1acaf0b4525cec9594e94"
[[package]] [[package]]
name = "oxc_diagnostics" name = "oxc_diagnostics"
version = "0.147.0" version = "0.147.0"
@ -4919,7 +4937,7 @@ dependencies = [
"num-bigint 0.5.1", "num-bigint 0.5.1",
"num-traits", "num-traits",
"oxc_ast", "oxc_ast",
"oxc_data_structures", "oxc_data_structures 0.147.0",
"oxc_span", "oxc_span",
"oxc_syntax", "oxc_syntax",
] ]
@ -4951,9 +4969,9 @@ dependencies = [
"memchr", "memchr",
"num-bigint 0.5.1", "num-bigint 0.5.1",
"num-traits", "num-traits",
"oxc_allocator", "oxc_allocator 0.147.0",
"oxc_ast", "oxc_ast",
"oxc_data_structures", "oxc_data_structures 0.147.0",
"oxc_diagnostics", "oxc_diagnostics",
"oxc_ecmascript", "oxc_ecmascript",
"oxc_regular_expression", "oxc_regular_expression",
@ -4971,7 +4989,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8455a292e58e24a0c51cfa2ec1d44e219e22d59a04b9af1ae050d4944a19d51" checksum = "d8455a292e58e24a0c51cfa2ec1d44e219e22d59a04b9af1ae050d4944a19d51"
dependencies = [ dependencies = [
"bitflags 2.13.1", "bitflags 2.13.1",
"oxc_allocator", "oxc_allocator 0.147.0",
"oxc_ast_macros", "oxc_ast_macros",
"oxc_diagnostics", "oxc_diagnostics",
"oxc_span", "oxc_span",
@ -4988,7 +5006,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "378737bf42338e31badcdae2e6e2afc7a63cb7ffe82c418ac12d506c554adda4" checksum = "378737bf42338e31badcdae2e6e2afc7a63cb7ffe82c418ac12d506c554adda4"
dependencies = [ dependencies = [
"compact_str", "compact_str",
"oxc_allocator", "oxc_allocator 0.147.0",
"oxc_ast_macros", "oxc_ast_macros",
"oxc_estree", "oxc_estree",
"oxc_str", "oxc_str",
@ -5002,7 +5020,7 @@ checksum = "8564a0269f93153f856100db908af25434efdd1ec9d403ffa099cdab57385c8c"
dependencies = [ dependencies = [
"compact_str", "compact_str",
"hashbrown 0.17.1", "hashbrown 0.17.1",
"oxc_allocator", "oxc_allocator 0.147.0",
"oxc_estree", "oxc_estree",
] ]
@ -5016,7 +5034,7 @@ dependencies = [
"cow-utils", "cow-utils",
"dragonbox_ecma", "dragonbox_ecma",
"nonmax", "nonmax",
"oxc_allocator", "oxc_allocator 0.147.0",
"oxc_ast_macros", "oxc_ast_macros",
"oxc_estree", "oxc_estree",
"oxc_index", "oxc_index",
@ -8806,7 +8824,7 @@ dependencies = [
"hyper-util", "hyper-util",
"md-5 0.11.0", "md-5 0.11.0",
"moka", "moka",
"oxc_allocator", "oxc_allocator 0.148.0",
"oxc_ast", "oxc_ast",
"oxc_parser", "oxc_parser",
"oxc_span", "oxc_span",

@ -272,7 +272,7 @@ url = "=2.5.8"
percent-encoding = "=2.3.2" percent-encoding = "=2.3.2"
urlencoding = "=2.1.3" urlencoding = "=2.1.3"
regex = "=1.13.1" regex = "=1.13.1"
oxc_allocator = "=0.147.0" oxc_allocator = "=0.148.0"
oxc_ast = "=0.147.0" oxc_ast = "=0.147.0"
oxc_parser = "=0.147.0" oxc_parser = "=0.147.0"
oxc_span = "=0.147.0" oxc_span = "=0.147.0"

Loading…
Cancel
Save