Skip to content

Commit

Permalink
Update Rust crate convert_case to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 03ccab2 commit 0b3c528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord-frontend/hartex-discord-entitycache-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.86.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
convert_case = "0.6.0"
convert_case = "0.7.0"
itertools = "0.14.0"
lazy_static = "1.5.0"
pluralizer = "0.4.0"
Expand All @@ -21,7 +21,7 @@ syn = { version = "2.0.95", features = ["extra-traits", "full"] }
hartex-macro-utils = { path = "../../rust-utilities/hartex-macro-utils" }

[build-dependencies]
convert_case = "0.6.0"
convert_case = "0.7.0"
proc-macro2 = "1.0.92"
quote = "1.0.38"
reqwest = { version = "0.12.12", features = ["blocking"] }
Expand Down

0 comments on commit 0b3c528

Please sign in to comment.