From 9328d44955df8bbe864aee2853d949f4dfec90d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:26:22 +0000 Subject: [PATCH] Update strum requirement from 0.23.0 to 0.24.1 Updates the requirements on [strum](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 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..9e106b9dd 100644 --- a/chain-impl-mockchain/Cargo.toml +++ b/chain-impl-mockchain/Cargo.toml @@ -17,7 +17,7 @@ typed-bytes = { path = "../typed-bytes" } rand_core = "0.6" imhamt = { path = "../imhamt" } sparse-array = { path = "../sparse-array" } -strum = "0.23.0" +strum = "0.24.1" strum_macros = "0.23.1" hex = { version = "0.4.2", default-features = false, features = [ "std" ] } quickcheck = { version = "0.9", optional = true }