Skip to content

Commit 5b77aa8

Browse files
Update criterion requirement from 0.6 to 0.7
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.6.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 5651b81 commit 5b77aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
juniper = { path = "../juniper" }
1010

1111
[dev-dependencies]
12-
criterion = "0.6"
12+
criterion = "0.7"
1313
tokio = { version = "1.0", features = ["rt-multi-thread"] }
1414

1515
[lints.clippy]

0 commit comments

Comments
 (0)