From 5009655734daa6a2c97acd6d97c0c1cdbe382177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:21:10 +0000 Subject: [PATCH] Update heck requirement from 0.4 to 0.5 --- updated-dependencies: - dependency-name: heck dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- instant-xml-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-xml-macros/Cargo.toml b/instant-xml-macros/Cargo.toml index 8ab92e3..7b33ba5 100644 --- a/instant-xml-macros/Cargo.toml +++ b/instant-xml-macros/Cargo.toml @@ -14,7 +14,7 @@ readme = "../README.md" proc-macro = true [dependencies] -heck = "0.4" +heck = "0.5" proc-macro2 = "1.0.39" quote = "1.0.18" syn = { version = "2", features = ["full"] }