diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 8ef3ad2..e3aaa04 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -16,7 +16,7 @@ maintenance = { status = "actively-developed" } [dependencies] typed-html-macros = { path = "../macros" } -strum = "0.13.0" +strum = "0.14.0" strum_macros = "0.13.0" mime = "0.3.12" language-tags = "0.2.2"