From 9f84864493f258e327df946b02ddda34c6c77d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:23:32 +0000 Subject: [PATCH] build(deps): bump strum_macros from 0.27.1 to 0.27.2 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.27.1 to 0.27.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.27.1...v0.27.2) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- graph/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42b6a4ea96e..9c10aab3634 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1994,7 +1994,7 @@ dependencies = [ "sqlparser", "stable-hash 0.3.4", "stable-hash 0.4.4", - "strum_macros 0.27.1", + "strum_macros 0.27.2", "thiserror 2.0.12", "tiny-keccak 1.5.0", "tokio", @@ -5204,14 +5204,13 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "rustversion", "syn 2.0.106", ] diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 760fcca33bc..7287bcce0d4 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -62,7 +62,7 @@ sqlparser = { workspace = true } # stable-hash = { version = "0.4.2" } stable-hash = { git = "https://github.com/graphprotocol/stable-hash", branch = "main" } stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" } -strum_macros = "0.27.1" +strum_macros = "0.27.2" slog-async = "2.5.0" slog-envlogger = "2.1.0" slog-term = "2.7.0"