From 8903ea052f70f67914864598a6f03beec0766e3b Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:28:20 -0500 Subject: [PATCH] deps: bumped phf to 0.11 (#401) --- strum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strum/Cargo.toml b/strum/Cargo.toml index 2152d63..cb1c8b5 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -16,7 +16,7 @@ readme = "../README.md" [dependencies] strum_macros = { path = "../strum_macros", optional = true, version = "0.26.3" } -phf = { version = "0.10", features = ["macros"], optional = true } +phf = { version = "0.11", features = ["macros"], optional = true } [dev-dependencies] strum_macros = { path = "../strum_macros", version = "0.26" }