From 6e10dbdae9617f0201d455beca4aad627cff02df Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 4 Apr 2023 21:05:29 +0900 Subject: [PATCH] chore: Update to criterion 0.4 --- Cargo.toml | 2 +- protobuf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 03861db15..d955413df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ bytes = { version = "1", default-features = false } prost-derive = { version = "0.11.8", path = "prost-derive", optional = true } [dev-dependencies] -criterion = "0.3" +criterion = { version = "0.4", default-features = false } env_logger = { version = "0.8", default-features = false } log = "0.4" proptest = "1" diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index fe5c24bdf..d3131ce68 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -28,7 +28,7 @@ tempfile = "3" libz-sys = { version = "1.1, < 1.1.7", optional = true } [dev-dependencies] -criterion = "0.3" +criterion = { version = "0.4", default-features = false } cfg-if = "1" [lib]