diff --git a/chain-crypto/Cargo.toml b/chain-crypto/Cargo.toml index 4bdab944d..ba038c84a 100644 --- a/chain-crypto/Cargo.toml +++ b/chain-crypto/Cargo.toml @@ -33,7 +33,7 @@ quickcheck = "0.9" proptest = { git = "https://github.com/input-output-hk/proptest.git" } test-strategy = "0.1" rand = { version = "0.8", features = ["small_rng"] } -smoke = "^0.2.1" +smoke = "^0.3.1" [features] with-bench = ["criterion"] diff --git a/chain-vote/Cargo.toml b/chain-vote/Cargo.toml index 0f3c2496b..84e2fe17c 100644 --- a/chain-vote/Cargo.toml +++ b/chain-vote/Cargo.toml @@ -16,7 +16,7 @@ const_format = "0.2" [dev-dependencies] rand_chacha = "0.3" -smoke = "^0.2.1" +smoke = "^0.3.1" criterion = "0.3" [build-dependencies]