From 60cd2301be08c28d1e719086dd4c23a6390c8d17 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 2 Jul 2023 12:15:48 +0200 Subject: [PATCH] chore(deps): bump criterion to 0.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 84d1ec5b..01088b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ inferno = { version = "0.11", default-features = false, features = ["nameattr"], prost = { version = "0.11", optional = true } prost-derive = { version = "0.11", optional = true } protobuf = { version = "2.0", optional = true } -criterion = {version = "0.4", optional = true} +criterion = {version = "0.5", optional = true} [dependencies.symbolic-demangle] version = "12.1" @@ -46,7 +46,7 @@ default-features = false features = ["rust"] [dev-dependencies] -criterion = "0.4" +criterion = "0.5" rand = "0.8.0" [build-dependencies]