From 496ddfe06e184ecd059ee32a635919a424afb9f9 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Sat, 29 Jul 2023 06:42:34 +0100 Subject: [PATCH] update criterion to 0.5.1 --- pyo3-benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyo3-benches/Cargo.toml b/pyo3-benches/Cargo.toml index 4bb6b4d9..f04e5429 100644 --- a/pyo3-benches/Cargo.toml +++ b/pyo3-benches/Cargo.toml @@ -10,7 +10,7 @@ publish = false pyo3 = { path = "../", features = ["auto-initialize"] } [dev-dependencies] -criterion = "0.3.5" +criterion = "0.5.1" [[bench]] name = "bench_any"