From c35fd5519251853a898a8d8ddb4c6826a076bfca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:24:11 +0000 Subject: [PATCH] chore(deps): update criterion requirement from 0.5 to 0.8 in /physerver Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.5.0...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- physerver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physerver/Cargo.toml b/physerver/Cargo.toml index 4ca5250..3fcb6f1 100644 --- a/physerver/Cargo.toml +++ b/physerver/Cargo.toml @@ -98,7 +98,7 @@ default = ["usb"] usb = ["rusb"] [dev-dependencies] -criterion = "0.5" +criterion = "0.8" tempfile = "3" # Enable MockTransport for benchmarks + integration tests without # leaking it into the release binary (phycmd-core's regular dep