Skip to content

Commit 7b23de3

Browse files
Update convert_case crate from 0.6 to 0.7 version (#436)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc9957e commit 7b23de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ proc-macro = true
2626
proc-macro2 = "1.0"
2727
quote = "1.0"
2828
syn = "2.0.45"
29-
convert_case = { version = "0.6", optional = true }
29+
convert_case = { version = "0.7", optional = true }
3030
unicode-xid = { version = "0.2.2", optional = true }
3131

3232
[build-dependencies]

0 commit comments

Comments
 (0)