diff --git a/strum/Cargo.toml b/strum/Cargo.toml index c53dc83..0176bf3 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.66.1" [dependencies] strum_macros = { path = "../strum_macros", optional = true, version = "0.26.3" } -phf = { version = "0.11.2", features = ["macros"], optional = true } +phf = { version = "0.11", features = ["macros"], optional = true } [dev-dependencies] strum_macros = { path = "../strum_macros", version = "0.26" }