Skip to content

Commit 89938b9

Browse files
Update criterion requirement from 0.7 to 0.8 in /sqlparser_bench (#2111)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 982f766 commit 89938b9

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.7"
29+
criterion = "0.8"
3030

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

0 commit comments

Comments
 (0)