Skip to content

Commit d971a02

Browse files
Update criterion requirement from 0.3 to 0.4 in /sqlparser_bench (apache#611)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4e5b4d commit d971a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sqlparser_bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
sqlparser = { path = "../" }
99

1010
[dev-dependencies]
11-
criterion = "0.3"
11+
criterion = "0.4"
1212

1313
[[bench]]
1414
name = "sqlparser_bench"

0 commit comments

Comments
 (0)