Skip to content

Commit b1d2a72

Browse files
chore(deps): update convert_case requirement from 0.8.0 to 0.9.0
--- updated-dependencies: - dependency-name: convert_case dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9384df commit b1d2a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ syn = { version = "2.0.100", features = ["full", "extra-traits", "printing"] }
2020
darling = "0.21"
2121
quote = "1.0.9"
2222
proc-macro2 = "1.0.26"
23-
convert_case = "0.8.0"
23+
convert_case = "0.9.0"
2424
itertools = "0.14.0"
2525

2626
[lints.rust]

0 commit comments

Comments
 (0)