From ce262b5b89228d9bf897dfb7e2f4ac9af644c0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:10:21 +0000 Subject: [PATCH] build(deps): bump strum_macros from 0.25.3 to 0.26.2 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.3 to 0.26.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/commits/v0.26.2) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 430ade292..189b111bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4464,9 +4464,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum_macros" -version = "0.25.3" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" +checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" dependencies = [ "heck", "proc-macro2", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 272816e26..8da38091c 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -53,7 +53,7 @@ slog = { version = "2.7.0", features = [ # 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", doc = false } -strum_macros = "0.25.3" +strum_macros = "0.26.2" slog-async = "2.5.0" slog-envlogger = "2.1.0" slog-term = "2.7.0"