Skip to content

Commit e358c25

Browse files
build(deps): update criterion requirement from 0.4.0 to 0.7.0
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6eec0c6 commit e358c25

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
@@ -132,7 +132,7 @@ redox_syscall = "0.5"
132132

133133
[dev-dependencies]
134134
colorous = "1.0.12"
135-
criterion = { version = "0.4.0", default-features = false, features = [
135+
criterion = { version = "0.7.0", default-features = false, features = [
136136
"cargo_bench_support",
137137
] }
138138
web-time = "1.0.0"

0 commit comments

Comments
 (0)