diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 21c0ca2b0..e9369d41f 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -79,7 +79,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 }