Skip to content

Commit f69ec8a

Browse files
dependabot[bot]epilys
authored andcommitted
build(deps): bump the vm-virtio group with 2 updates
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) and [memoffset](https://github.com/Gilnaa/memoffset) to permit the latest version. Updates `criterion` to 0.5.1 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.3.0...0.5.1) Updates `memoffset` to 0.9.0 - [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md) - [Commits](Gilnaa/memoffset@v0.7.1...v0.9.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production dependency-group: vm-virtio - dependency-name: memoffset dependency-type: direct:production dependency-group: vm-virtio ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00f1ae9 commit f69ec8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/virtio-queue/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ log = "0.4.17"
1919
virtio-bindings = { path="../virtio-bindings", version = "0.2.1" }
2020

2121
[dev-dependencies]
22-
criterion = "0.3.0"
22+
criterion = "0.5.1"
2323
vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic"] }
24-
memoffset = "0.7.1"
24+
memoffset = "0.9.0"
2525

2626
[[bench]]
2727
name = "main"

0 commit comments

Comments
 (0)