From fa686b543382d3af3c5cab60a35792186c0b0b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:44:20 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d37e65ad97..97fac25fef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 5329e30ce9..e01ca9df0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }