From 1e46337eb2ec71caccf2fc35929e2f0cbedbb3c2 Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:44:33 -0400 Subject: [PATCH] Update `heck` requirement (#346) --- strum_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strum_macros/Cargo.toml b/strum_macros/Cargo.toml index 5f36880..16a52c7 100644 --- a/strum_macros/Cargo.toml +++ b/strum_macros/Cargo.toml @@ -19,7 +19,7 @@ proc-macro = true name = "strum_macros" [dependencies] -heck = "0.4.1" +heck = "0.5.0" proc-macro2 = "1.0" quote = "1.0" rustversion = "1.0"