Update criterion requirement from 0.7 to 0.8 in /sqlparser_bench (#2111)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-01 15:59:03 +01:00 committed by GitHub
parent 982f7669c2
commit 89938b9fcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ edition = "2018"
sqlparser = { path = "../" }
[dev-dependencies]
criterion = "0.7"
criterion = "0.8"
[[bench]]
name = "sqlparser_bench"