Skip to content

Commit

Permalink
fix(deps): update rust crate convert_case to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 0b87032 commit 06a67fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ syn = { version = "2" }
quote = "1"
proc-macro2 = "1"
proc-macro-crate = "1"
convert_case = "0.6"
convert_case = "0.7"

snippets = { version = "0.7.0", registry = "substrate", path = "../docs/snippets" }
macrotools = { version = "0.2.0", registry = "substrate", path = "../libs/macrotools" }
Expand Down
2 changes: 1 addition & 1 deletion libs/enumify_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ syn = { version = "2" }
quote = "1"
proc-macro2 = "1"
proc-macro-error = "1"
convert_case = "0.6"
convert_case = "0.7"

macrotools = { version = "0.2.0", registry = "substrate", path = "../macrotools" }

Expand Down

0 comments on commit 06a67fe

Please sign in to comment.