Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 5f005de

Browse files
build(deps): update criterion requirement
Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. Updates `criterion` to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4837300 commit 5f005de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ features = ["errhandlingapi", "sysinfoapi"]
3434
optional = true
3535

3636
[dev-dependencies]
37-
criterion = "0.7.0"
37+
criterion = "0.8.2"
3838
matches = "0.1.0"
3939
vmm-sys-util = "0.15.0"
4040

0 commit comments

Comments
 (0)