From 7ac2c0d87c1ba06c64d921549407423653290a3d Mon Sep 17 00:00:00 2001 From: Scott Donnelly Date: Mon, 19 Aug 2024 19:23:35 +0100 Subject: [PATCH] deps: update criterion to mitigate https://rustsec.org/advisories/RUSTSEC-2021-0145 --- crates/iceberg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 564932c7..4d932c62 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -82,7 +82,7 @@ url = { workspace = true } uuid = { workspace = true } [dev-dependencies] -criterion = { version = "0.3", features = ["async_tokio", "async_futures"] } +criterion = { version = "0.5", features = ["async_tokio", "async_futures"] } ctor = { workspace = true } futures-util = "0.3" iceberg-catalog-memory = { workspace = true }