Skip to content

Commit 3c80df5

Browse files
committed
deps: update criterion to mitigate https://rustsec.org/advisories/RUSTSEC-2021-0145
1 parent a7512d7 commit 3c80df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ url = { workspace = true }
7979
uuid = { workspace = true }
8080

8181
[dev-dependencies]
82-
criterion = { version = "0.3", features = ["async_tokio", "async_futures"] }
82+
criterion = { version = "0.5", features = ["async_tokio", "async_futures"] }
8383
ctor = { workspace = true }
8484
futures-util = "0.3"
8585
iceberg-catalog-memory = { workspace = true }

0 commit comments

Comments
 (0)