Skip to content

Commit

Permalink
Merge pull request #25 from krojew/dependabot/cargo/convert_case-0.7.1
Browse files Browse the repository at this point in the history
Update convert_case requirement from 0.6.0 to 0.7.1
  • Loading branch information
krojew authored Jan 13, 2025
2 parents 66a974b + a0373de commit 3cf9aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springtime-di-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ threadsafe = []
default = ["threadsafe"]

[dependencies]
convert_case = "0.6.0"
convert_case = "0.7.1"
itertools = "0.14.0"
proc-macro2 = "1.0.70"
syn = { version = "2.0.39", features = ["full"] }
Expand Down

0 comments on commit 3cf9aa5

Please sign in to comment.