From f10c8251c3d1bda76d938e79553f548af18a4621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:13:33 +0800 Subject: [PATCH] Update convert_case requirement from 0.5 to 0.6 in /proc_macros (#557) Updates the requirements on [convert_case](https://github.com/rutrum/convert-case) to permit the latest version. - [Release notes](https://github.com/rutrum/convert-case/releases) - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- proc_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc_macros/Cargo.toml b/proc_macros/Cargo.toml index 5d2b6ec..0abb673 100644 --- a/proc_macros/Cargo.toml +++ b/proc_macros/Cargo.toml @@ -11,7 +11,7 @@ path = "proc_macros.rs" proc-macro = true [dependencies] -convert_case = "0.5" +convert_case = "0.6" json = "0" parse_duration = "2" proc-macro2 = "1"