From c269df2b80b48dde5571a6090ea6c5460ab7a2ee Mon Sep 17 00:00:00 2001 From: Daniel Paoliello Date: Wed, 10 Sep 2025 16:13:12 -0700 Subject: [PATCH] Bump criterion to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2d9df1..3b99d1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ default = ["fast-barrier"] fast-barrier = ["windows-sys", "libc"] [dev-dependencies] -criterion = "0.3.5" +criterion = "0.7.0" crossbeam-epoch = "0.9.8" haphazard = { git = "https://github.com/jonhoo/haphazard", rev = "e0e18f60f78652a63aba235be854f87d106c1a1b" }