Skip to content

Commit

Permalink
Update strum requirement from 0.18.0 to 0.19.2
Browse files Browse the repository at this point in the history
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)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 12, 2020
1 parent 4a1211f commit d4ad817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-impl-mockchain/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ typed-bytes = { path = "../typed-bytes" }
rand_core = "0.5"
imhamt = { path = "../imhamt" }
sparse-array = { path = "../sparse-array" }
strum = "0.18.0"
strum = "0.19.2"
strum_macros = "0.18.0"
cfg-if = "0.1"
hex = { version = "0.4.2", default-features = false, features = [ "std" ] }
Expand Down

0 comments on commit d4ad817

Please sign in to comment.