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 Aug 19, 2024
1 parent a7512d7 commit 3c80df5
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 @@ -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 }
Expand Down

0 comments on commit 3c80df5

Please sign in to comment.