From f158ba453d01351fe447457426789c0bccf4fb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:18:23 +0000 Subject: [PATCH] Update strum_macros requirement from 0.23.1 to 0.24.3 Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version. - [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) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chain-impl-mockchain/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain-impl-mockchain/Cargo.toml b/chain-impl-mockchain/Cargo.toml index 5a335e137..98ea6f132 100644 --- a/chain-impl-mockchain/Cargo.toml +++ b/chain-impl-mockchain/Cargo.toml @@ -18,7 +18,7 @@ rand_core = "0.6" imhamt = { path = "../imhamt" } sparse-array = { path = "../sparse-array" } strum = "0.23.0" -strum_macros = "0.23.1" +strum_macros = "0.24.3" hex = { version = "0.4.2", default-features = false, features = [ "std" ] } quickcheck = { version = "0.9", optional = true } quickcheck_macros = { version = "0.9", optional = true }