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 }