Skip to content

Commit 433129f

Browse files
dependabot[bot]stefano-garzarella
authored andcommitted
build(deps): update criterion requirement in the vm-virtio group
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Updates `criterion` to 0.7.0 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.6.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production dependency-group: vm-virtio ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6698363 commit 433129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtio-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.17"
1919
virtio-bindings = { path="../virtio-bindings", version = "0.2.6" }
2020

2121
[dev-dependencies]
22-
criterion = "0.6.0"
22+
criterion = "0.7.0"
2323
vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic"] }
2424
memoffset = "0.9.0"
2525

0 commit comments

Comments
 (0)