Skip to content

Commit 85fa881

Browse files
Update criterion requirement from 0.6 to 0.7 in /sqlparser_bench (#1981)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9127370 commit 85fa881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlparser_bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ edition = "2018"
2626
sqlparser = { path = "../" }
2727

2828
[dev-dependencies]
29-
criterion = "0.6"
29+
criterion = "0.7"
3030

3131
[[bench]]
3232
name = "sqlparser_bench"

0 commit comments

Comments
 (0)