From 17300b660e4c78b965d0ae99650889f43d8be0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:11:20 +0000 Subject: [PATCH] Update convert_case requirement from 0.6 to 0.7 --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proptest-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proptest-macro/Cargo.toml b/proptest-macro/Cargo.toml index dc47a12a..4926ffef 100644 --- a/proptest-macro/Cargo.toml +++ b/proptest-macro/Cargo.toml @@ -18,7 +18,7 @@ proc-macro = true syn = { version = "2", features = ["full"] } quote = "1" proc-macro2 = "1" -convert_case = "0.6" +convert_case = "0.7" [dev-dependencies] insta = "1"