Skip to content

Commit 95eddef

Browse files
Update criterion requirement from 0.3 to 0.4
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad8556d commit 95eddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ once_cell = "1"
1818
waker-fn = "1"
1919

2020
[dev-dependencies]
21-
criterion = "0.3"
21+
criterion = "0.4"
2222
futures-timer = "3"
2323
rusty_pool = "0.7"
2424
threadpool = "1"

0 commit comments

Comments
 (0)