Skip to content

Commit

Permalink
Bump convert_case from 0.6.0 to 0.7.1 in /src/wasm-lib
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 Feb 20, 2025
1 parent 50273c0 commit dcbcbc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/wasm-lib/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 src/wasm-lib/derive-docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
Inflector = "0.11.4"
convert_case = "0.6.0"
convert_case = "0.7.1"
once_cell = "1.20.2"
proc-macro2 = "1"
quote = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/wasm-lib/kcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "4.5.27", default-features = false, optional = true, features
"std",
"derive",
] }
convert_case = "0.6.0"
convert_case = "0.7.1"
dashmap = "6.1.0"
derive-docs = { version = "0.1.38", path = "../derive-docs" }
dhat = { version = "0.3", optional = true }
Expand Down

0 comments on commit dcbcbc6

Please sign in to comment.