From 7a9d122cf89e8faea39b8727061af7d1914a60e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:02:59 +0000 Subject: [PATCH] chore(deps): bump strum_macros from 0.26.2 to 0.26.3 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.2 to 0.26.3. - [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.26.2...v0.26.3) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- sdk/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51f737b3ec..89a89c3345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4995,11 +4995,11 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "f7993a8e3a9e88a00351486baae9522c91b123a088f76469e5bd5cc17198ea87" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "rustversion", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6f0e06ff40..247bc36ed1 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -36,7 +36,7 @@ tempfile = "3.10.1" num-bigint = "0.4.5" cfg-if = "1.0" ethers = { version = "2", default-features = false } -strum_macros = "0.26.2" +strum_macros = "0.26.3" strum = "0.26.2" [features]