Skip to content

Commit

Permalink
Update strum_macros requirement from 0.18.0 to 0.19.1
Browse files Browse the repository at this point in the history
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] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 3, 2020
1 parent b876967 commit 8ca333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-impl-mockchain/Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 8ca333f

Please sign in to comment.