diff --git a/Cargo.lock b/Cargo.lock index d84c50a94..258823f3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1662,7 +1662,7 @@ name = "fresh-parser-js" version = "0.2.14" dependencies = [ "anyhow", - "oxc_allocator", + "oxc_allocator 0.116.0", "oxc_ast", "oxc_codegen", "oxc_parser", @@ -1690,7 +1690,7 @@ dependencies = [ "fresh-parser-js", "fresh-plugin-api-macros", "lsp-types", - "oxc_allocator", + "oxc_allocator 0.116.0", "oxc_codegen", "oxc_diagnostics", "oxc_parser", @@ -3668,7 +3668,19 @@ checksum = "e16d4295cf7888893b80ae70ff65c078ae3f9f52d5381cfc7eeffab089e07305" dependencies = [ "allocator-api2", "hashbrown 0.16.1", - "oxc_data_structures", + "oxc_data_structures 0.115.0", + "rustc-hash 2.1.1", +] + +[[package]] +name = "oxc_allocator" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93d4e5a43018728a7f6aa14b1034c43a0869fc0d05002a181d5dacc698e488b9" +dependencies = [ + "allocator-api2", + "hashbrown 0.16.1", + "oxc_data_structures 0.116.0", "rustc-hash 2.1.1", ] @@ -3679,9 +3691,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be755331a7de00100c60e03151663f26037a0dd720be238de57c036be03b4033" dependencies = [ "bitflags 2.11.0", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast_macros", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_diagnostics", "oxc_estree", "oxc_regular_expression", @@ -3707,7 +3719,7 @@ version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e33ffb874949ea07fce9b686c2dba7e221c849e047232c04a84b13bae4496ef" dependencies = [ - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_span", "oxc_syntax", @@ -3723,9 +3735,9 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "itoa", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_index", "oxc_semantic", "oxc_sourcemap", @@ -3756,6 +3768,12 @@ dependencies = [ "ropey", ] +[[package]] +name = "oxc_data_structures" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af06d9ab1bfd8baff16ef7dcc6824ea1fea0938ba41b1e113b882738e285d8ee" + [[package]] name = "oxc_diagnostics" version = "0.115.0" @@ -3776,7 +3794,7 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_regular_expression", "oxc_span", @@ -3810,9 +3828,9 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", @@ -3829,7 +3847,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e810182cbde172aeada70acc45dae74f6773384e0d295cc27e6e377b1fc277c" dependencies = [ "bitflags 2.11.0", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast_macros", "oxc_diagnostics", "oxc_span", @@ -3846,10 +3864,10 @@ checksum = "ffb04bd9f59bb6d8340bb186b0003bb6e8f1988e17048c61a5473ea216e9ed71" dependencies = [ "itertools 0.14.0", "memchr", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_ast_visit", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_index", @@ -3881,7 +3899,7 @@ checksum = "b9999ef787b0b989b8c2b31669069d3bdca20d017ff34a7284ff9e983cf7b1d8" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast_macros", "oxc_estree", "oxc_str", @@ -3895,7 +3913,7 @@ checksum = "a6fde66bc256ea0d09895c2a56a24f79e76abffd977f6c171516e42f1efdea51" dependencies = [ "compact_str", "hashbrown 0.16.1", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_estree", ] @@ -3909,7 +3927,7 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast_macros", "oxc_estree", "oxc_index", @@ -3929,11 +3947,11 @@ dependencies = [ "indexmap", "itoa", "memchr", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_ast_visit", "oxc_compat", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", @@ -3954,10 +3972,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aea73a8421e6a433a187fca1c5fe48237ee65eaf40e5dae158d2853f0b2d8949" dependencies = [ "itoa", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_ast_visit", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_ecmascript", "oxc_semantic", "oxc_span", diff --git a/Cargo.toml b/Cargo.toml index 46d1005b3..1568976fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rust-i18n = "3.1.5" schemars = { version = "1.2", features = ["preserve_order"] } rquickjs = { version = "0.11", features = ["bindgen", "futures", "macro"] } rquickjs-serde = "0.5" -oxc_allocator = "0.115.0" +oxc_allocator = "0.116.0" oxc_ast = "0.115.0" oxc_parser = "0.115.0" oxc_transformer = "0.115.0"