Skip to content

Commit a4e3fe0

Browse files
build(deps): bump convert_case from 0.10.0 to 0.11.0 (#3593)
Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.10.0 to 0.11.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efc5382 commit a4e3fe0

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pow-migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workspace = true
2121

2222
[dependencies]
2323
clap = { version = "4.5", features = ["derive"] }
24-
convert_case = "0.10"
24+
convert_case = "0.11"
2525
hex = "0.4"
2626
humantime = "2.3"
2727
log = { workspace = true }

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ path = "src/trim-genesis-config/main.rs"
3636
[dependencies]
3737
anyhow = "1.0"
3838
clap = { version = "4.5", features = ["cargo"] }
39-
convert_case = "0.10"
39+
convert_case = "0.11"
4040
hex = "0.4"
4141
log = { workspace = true }
4242
quote = "1.0"

0 commit comments

Comments
 (0)