Update criterion requirement from 0.6 to 0.7 in /sqlparser_bench (#1981)
Some checks are pending
license / Release Audit Tool (RAT) (push) Waiting to run
Rust / codestyle (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run

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-07-30 21:29:34 +02:00 committed by GitHub
parent 91273703d4
commit 85fa881379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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