Update criterion requirement from 0.4 to 0.5 in /sqlparser_bench (#890)

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] 2023-05-24 17:41:59 -04:00 committed by GitHub
parent 4607addf4d
commit e8cad6ab65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ edition = "2018"
sqlparser = { path = "../" }
[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
[[bench]]
name = "sqlparser_bench"