From 650e90d6065b6d71e8f6322f4f5560aae09e99d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:47:37 +0000 Subject: [PATCH] build(deps): bump heck from 0.4.1 to 0.5.0 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-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- chain/common/Cargo.toml | 2 +- runtime/derive/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67990cd2079..4cbca531713 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1636,7 +1636,7 @@ name = "graph-chain-common" version = "0.31.0" dependencies = [ "anyhow", - "heck 0.4.1", + "heck 0.5.0", "protobuf 3.2.0", "protobuf-parse", ] @@ -1814,7 +1814,7 @@ dependencies = [ name = "graph-runtime-derive" version = "0.31.0" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 1.0.107", @@ -2090,6 +2090,12 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + [[package]] name = "hermit-abi" version = "0.1.19" diff --git a/chain/common/Cargo.toml b/chain/common/Cargo.toml index 7ebb131d62e..034e616141b 100644 --- a/chain/common/Cargo.toml +++ b/chain/common/Cargo.toml @@ -9,4 +9,4 @@ edition.workspace = true protobuf = "3.0.2" protobuf-parse = "3.2.0" anyhow = "1" -heck = "0.4" +heck = "0.5" diff --git a/runtime/derive/Cargo.toml b/runtime/derive/Cargo.toml index 5272c94fe17..3f5ec6b2e1c 100644 --- a/runtime/derive/Cargo.toml +++ b/runtime/derive/Cargo.toml @@ -10,4 +10,4 @@ proc-macro = true syn = { version = "1.0.98", features = ["full"] } quote = "1.0" proc-macro2 = "1.0.56" -heck = "0.4" +heck = "0.5"