From 21bc1067338e755001a12711fe85fa4f533ba73c Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 29 Mar 2023 12:01:49 -0500 Subject: [PATCH] fix(deps): update strum --- typed-html/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 79a7ea9..3827f92 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -13,8 +13,8 @@ keywords = ["jsx", "html"] [dependencies] axohtml-macros = { path = "../macros" } -strum = "0.23" -strum_macros = "0.23" +strum = "0.24" +strum_macros = "0.24" mime = "0.3.13" language-tags = "0.3" htmlescape = "0.3.1"