build(deps): bump heck from 0.4.1 to 0.5.0 (#1528)

Bumps [heck](https://github.com/withoutboats/heck) from 0.4.1 to 0.5.0.
- [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md)
- [Commits](https://github.com/withoutboats/heck/commits)

---
updated-dependencies:
- dependency-name: heck
  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>
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-15 11:44:20 +01:00
committed by GitHub
parent 9765ad067a
commit fa686b5433
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4677,7 +4677,7 @@ dependencies = [
"clap 4.5.3",
"color-eyre",
"frame-metadata 16.0.0",
"heck 0.4.1",
"heck 0.5.0",
"hex",
"indoc",
"jsonrpsee",
@@ -4705,7 +4705,7 @@ version = "0.35.0"
dependencies = [
"frame-metadata 16.0.0",
"getrandom",
"heck 0.4.1",
"heck 0.5.0",
"hex",
"jsonrpsee",
"parity-scale-codec",
+1 -1
View File
@@ -80,7 +80,7 @@ futures = { version = "0.3.30", default-features = false, features = ["std"] }
getrandom = { version = "0.2", default-features = false }
hashbrown = "0.14.3"
hex = { version = "0.4.3", default-features = false }
heck = "0.4.1"
heck = "0.5.0"
impl-serde = { version = "0.4.0", default-features = false }
indoc = "2"
jsonrpsee = { version = "0.22" }