diff --git a/Cargo.lock b/Cargo.lock index 547ed511..8d39d3aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1574,9 +1574,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "phf" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" +checksum = "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6" dependencies = [ "phf_macros", "phf_shared", @@ -1585,9 +1585,9 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" +checksum = "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100" dependencies = [ "fastrand", "phf_shared", @@ -1595,9 +1595,9 @@ dependencies = [ [[package]] name = "phf_macros" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" +checksum = "5fa8d0ca26d424d27630da600c6624696e7dec8bf7b3b492b383c5dc49e5e085" dependencies = [ "phf_generator", "phf_shared", @@ -1608,9 +1608,9 @@ dependencies = [ [[package]] name = "phf_shared" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" +checksum = "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89" dependencies = [ "siphasher", ] diff --git a/libs/htmlparser/Cargo.toml b/libs/htmlparser/Cargo.toml index 19a6df7d..82442c6a 100644 --- a/libs/htmlparser/Cargo.toml +++ b/libs/htmlparser/Cargo.toml @@ -13,7 +13,7 @@ version.workspace = true flagset = "0.4.7" htmltokenizer = { path = "../htmltokenizer" } logging = { path = "../logging" } -phf = { version = "0.13.1", features = ["macros"] } +phf = { version = "0.14.0", features = ["macros"] } thiserror = "2.0.18" unicase = "2.9.0" diff --git a/libs/jsparser/Cargo.toml b/libs/jsparser/Cargo.toml index 8438f109..906ccafd 100644 --- a/libs/jsparser/Cargo.toml +++ b/libs/jsparser/Cargo.toml @@ -16,7 +16,7 @@ location = [] bitflags = "2.12.1" indexmap = "2.13.1" logging = { path = "../../libs/logging" } -phf = { version = "0.13.1", features = ["macros"] } +phf = { version = "0.14.0", features = ["macros"] } smallvec = "1.15.1" thiserror = "2.0.18" unicode-id-start = "1.4.0"