From 71f2c5078874aa36ee9886c29d4210a7e6dd4513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:37:11 +0000 Subject: [PATCH] Update smoke requirement from ^0.2.1 to ^0.3.1 Updates the requirements on [smoke](https://github.com/vincenthz/smoke) to permit the latest version. - [Release notes](https://github.com/vincenthz/smoke/releases) - [Commits](https://github.com/vincenthz/smoke/commits) --- updated-dependencies: - dependency-name: smoke dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chain-crypto/Cargo.toml | 2 +- chain-vote/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]