From f17009a4ab1d6966b45057ad4a0f1ffd34bcb778 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 21 Jul 2026 17:02:05 -0700 Subject: [PATCH] Upgrade phf to 0.14 Signed-off-by: Nico Burns --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffd060c7..74d92860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ smallvec = "1.0" # Optional dependencies cssparser-macros = { path = "./macros", version = "0.7.0", optional = true } malloc_size_of = { version = "0.1", default-features = false, optional = true } -phf = { version = "0.13.1", features = ["macros"], optional = true } +phf = { version = "0.14.0", features = ["macros"], optional = true } serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies]