From 3a4d7009c9dd6a38909de95ce01015dfaf97bdcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:49:11 +0000 Subject: [PATCH 1/2] chore(deps): update rust crates --- Cargo.lock | 41 ++++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dff9e8..df19ce6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,9 @@ dependencies = [ [[package]] name = "libmimalloc-sys2" -version = "0.1.58" +version = "0.1.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52406d0c46b81d2f65422a6d6086172f4e6b2753414cbee48be53850f90b804e" +checksum = "9f9aa481aef14f119fb6d06536fd475dff463130ba19c5d5eb0821a5763e0d75" dependencies = [ "cc", "cmake", @@ -481,9 +481,9 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "mimalloc-safe" -version = "0.1.62" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8b607e1874a1962cca1b926ffcf66c62aeda8cb62634acd904ee39582ed323" +checksum = "fb255e42b32f2e317b73c3c7285556cfd5a1bcf5ce272d4adce8c49e5e828ec2" dependencies = [ "libmimalloc-sys2", ] @@ -689,7 +689,7 @@ dependencies = [ "napi-derive", "oxc", "oxc_resolver", - "phf", + "phf 0.14.0", "serde_json", "tracing", "tracing-subscriber", @@ -731,7 +731,7 @@ version = "0.132.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f585aec92e2bdd985857d9bf58ce6896b65ad4410cc24a9533a16b864b5de8d7" dependencies = [ - "phf", + "phf 0.13.1", "proc-macro2", "quote", "syn", @@ -872,7 +872,7 @@ dependencies = [ "oxc_diagnostics", "oxc_span", "oxc_str", - "phf", + "phf 0.13.1", "rustc-hash", "unicode-id-start", ] @@ -980,7 +980,7 @@ dependencies = [ "oxc_index", "oxc_span", "oxc_str", - "phf", + "phf 0.13.1", "unicode-id-start", ] @@ -1079,7 +1079,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" dependencies = [ "phf_macros", - "phf_shared", + "phf_shared 0.13.1", + "serde", +] + +[[package]] +name = "phf" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6" +dependencies = [ + "phf_shared 0.14.0", "serde", ] @@ -1090,7 +1100,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" dependencies = [ "fastrand", - "phf_shared", + "phf_shared 0.13.1", ] [[package]] @@ -1100,7 +1110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" dependencies = [ "phf_generator", - "phf_shared", + "phf_shared 0.13.1", "proc-macro2", "quote", "syn", @@ -1115,6 +1125,15 @@ dependencies = [ "siphasher", ] +[[package]] +name = "phf_shared" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89" +dependencies = [ + "siphasher", +] + [[package]] name = "pin-project-lite" version = "0.2.16" diff --git a/Cargo.toml b/Cargo.toml index e0233f3..06ff50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ oxc = { version = "0.132.0", features = [ "regular_expression", ] } oxc_resolver = { version = "11.13.1" } -phf = "0.13" +phf = "0.14" serde_json = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ From 405fd7630426406cd4bdf288da87c9eee3aedfc1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:33:15 +0000 Subject: [PATCH 2/2] fix: add macros feature to phf 0.14 dependency --- Cargo.lock | 28 ++++++++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df19ce6..740aa72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,7 +1078,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" dependencies = [ - "phf_macros", + "phf_macros 0.13.1", "phf_shared 0.13.1", "serde", ] @@ -1089,6 +1089,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6" dependencies = [ + "phf_macros 0.14.0", "phf_shared 0.14.0", "serde", ] @@ -1103,19 +1104,42 @@ dependencies = [ "phf_shared 0.13.1", ] +[[package]] +name = "phf_generator" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100" +dependencies = [ + "fastrand", + "phf_shared 0.14.0", +] + [[package]] name = "phf_macros" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" dependencies = [ - "phf_generator", + "phf_generator 0.13.1", "phf_shared 0.13.1", "proc-macro2", "quote", "syn", ] +[[package]] +name = "phf_macros" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fa8d0ca26d424d27630da600c6624696e7dec8bf7b3b492b383c5dc49e5e085" +dependencies = [ + "phf_generator 0.14.0", + "phf_shared 0.14.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "phf_shared" version = "0.13.1" diff --git a/Cargo.toml b/Cargo.toml index 06ff50d..61b8d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ oxc = { version = "0.132.0", features = [ "regular_expression", ] } oxc_resolver = { version = "11.13.1" } -phf = "0.14" +phf = { version = "0.14", features = ["macros"] } serde_json = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [