From ac1fd403fb8188b3a5bbbcd49f44a41f6e7c2ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:35:48 +0000 Subject: [PATCH] Update criterion requirement from 0.7 to 0.8 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/criterion-plot-v0.7.0...criterion-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9aa44fe..8716830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ intel-mkl-src = { version = "0.8", optional = true, features = ["mkl-dynamic-lp6 openblas-src = { version = "0.10.12", optional = true, features = ["system"] } [dev-dependencies] -criterion = { version = "0.7", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } ndarray = { version = "0.16", features = ["rayon"] } candle-core = { version = "0.9" } candle-nn = { version = "0.9" }