Skip to content

Commit cb0f0c1

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 b0f70b8 commit cb0f0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chain-crypto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ criterion = { version = "0.3.0", optional = true }
3131
quickcheck = "0.9"
3232
quickcheck_macros = "0.9"
3333
rand = { version = "0.8", features = ["small_rng"] }
34-
smoke = "^0.2.1"
34+
smoke = "^0.3.1"
3535

3636
[features]
3737
with-bench = ["criterion"]

chain-vote/Cargo.toml

+1-1
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)