Skip to content

Commit

Permalink
chore(deps): Bump convert_case from 0.6.0 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.6.0 to 0.7.1.
- [Commits](https://github.com/rutrum/convert-case/commits)

---
updated-dependencies:
- dependency-name: convert_case
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent ac4030c commit 078acd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 hipcheck-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc-macro = true

[dependencies]
anyhow = "1.0.95"
convert_case = "0.6.0"
convert_case = "0.7.1"
log = "0.4.22"
proc-macro2 = "1.0.92"
quote = "1.0.38"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.215", features = ["derive"] }
toml = "0.8.19"
xshell = "0.2.7"
which = "7.0.1"
convert_case = "0.6.0"
convert_case = "0.7.1"
serde_json = "1.0.134"
url = { version = "2.5.4", features = ["serde"] }
kdl = "4.7.0"
Expand Down

0 comments on commit 078acd8

Please sign in to comment.