From 3d79385a245dc270103fce17a776a6de852510a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 13:13:35 +0000 Subject: [PATCH] Update criterion requirement from 0.4 to 0.7 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quiche/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 0b0c0886a..2c9980bcf 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -77,7 +77,7 @@ winapi = { version = "0.3", features = ["wincrypt", "ws2def", "ws2ipdef", "ws2tc [dev-dependencies] mio = { version = "0.8", features = ["net", "os-poll"] } url = "1" -criterion = "0.4" +criterion = "0.7" [lib] crate-type = ["lib", "staticlib", "cdylib"]