This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
gh-readonly-queue/main/pr-2111-982f7669c2e1a86604bde560d1350050712344bc
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
commit 89938b9fcbbb983ea4ad7b35213cbc7285ddfb8f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 1 15:59:03 2025 +0100
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>
---
sqlparser_bench/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sqlparser_bench/Cargo.toml b/sqlparser_bench/Cargo.toml
index 4fb9af16..687d3997 100644
--- a/sqlparser_bench/Cargo.toml
+++ b/sqlparser_bench/Cargo.toml
@@ -26,7 +26,7 @@ edition = "2018"
sqlparser = { path = "../" }
[dev-dependencies]
-criterion = "0.7"
+criterion = "0.8"
[[bench]]
name = "sqlparser_bench"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]