Skip to content

Commit

Permalink
deps: update criterion to mitigate https://rustsec.org/advisories/RUS…
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd committed Oct 4, 2024
1 parent 1a5b26a commit 7ac2c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 7ac2c0d

Please sign in to comment.