From 682f2fcad7e97762aaa2566a4c0ad08c7940b791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:38:57 +0000 Subject: [PATCH] chore(deps)(deps): Update criterion requirement in /farp-rust 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.1) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- farp-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farp-rust/Cargo.toml b/farp-rust/Cargo.toml index c311d80..c498942 100644 --- a/farp-rust/Cargo.toml +++ b/farp-rust/Cargo.toml @@ -47,7 +47,7 @@ apache-avro = { version = "0.20", optional = true } [dev-dependencies] tokio = { version = "1.40", features = ["rt-multi-thread", "macros", "test-util"] } proptest = "1.5" -criterion = "0.7" +criterion = "0.8" anyhow = "1.0" [features]