Skip to content

Commit 71f2c50

Browse files
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] <[email protected]>
1 parent df5842d commit 71f2c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chain-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ quickcheck = "0.9"
3333
proptest = { git = "https://github.com/input-output-hk/proptest.git" }
3434
test-strategy = "0.1"
3535
rand = { version = "0.8", features = ["small_rng"] }
36-
smoke = "^0.2.1"
36+
smoke = "^0.3.1"
3737

3838
[features]
3939
with-bench = ["criterion"]

chain-vote/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const_format = "0.2"
1616

1717
[dev-dependencies]
1818
rand_chacha = "0.3"
19-
smoke = "^0.2.1"
19+
smoke = "^0.3.1"
2020
criterion = "0.3"
2121

2222
[build-dependencies]

0 commit comments

Comments
 (0)