From 8ca333f57b9d646727e1e1ae975ef8143b829546 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 07:52:18 +0000 Subject: [PATCH] Update strum_macros requirement from 0.18.0 to 0.19.1 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) Signed-off-by: dependabot-preview[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 9f75be8a0..d1dcd52ef 100644 --- a/chain-impl-mockchain/Cargo.toml +++ b/chain-impl-mockchain/Cargo.toml @@ -16,7 +16,7 @@ rand_core = "0.5" imhamt = { path = "../imhamt" } sparse-array = { path = "../sparse-array" } strum = "0.18.0" -strum_macros = "0.18.0" +strum_macros = "0.19.1" cfg-if = "0.1" hex = { version = "0.4.2", default-features = false, features = [ "std" ] } quickcheck = { version = "0.9", optional = true }