From c5a44ec66ff45c3c215075dbafca5a2b25aa53df Mon Sep 17 00:00:00 2001
From: Vinzent Steinberg <Vinzent.Steinberg@gmail.com>
Date: Mon, 12 Apr 2021 02:41:13 -0300
Subject: [PATCH] Update criterion

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 45fdb17a..4a2a2eec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,7 +85,7 @@ proptest = { version = "1", optional = true, default-features = false, features
 serde_json = "1.0"
 rand_xorshift = "0.3"
 rand_isaac = "0.3"
-criterion = "0.2.10"
+criterion = "0.3"
 
 # For matrix comparison macro
 matrixcompare = "0.2.0"