File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ codegen-units = 1
16
16
17
17
[workspace .dependencies ]
18
18
vm-memory = " 0.16.0"
19
- vmm-sys-util = " 0.13 .0"
19
+ vmm-sys-util = " 0.14 .0"
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ virtio-v4_14_0 = []
16
16
virtio-v5_0_0 = []
17
17
18
18
[build-dependencies ]
19
- bindgen = " 0.71 .0"
19
+ bindgen = " 0.72 .0"
20
20
21
21
[dependencies ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ log = "0.4.17"
19
19
virtio-bindings = { path =" ../virtio-bindings" , version = " 0.2.5" }
20
20
21
21
[dev-dependencies ]
22
- criterion = " 0.5.1 "
22
+ criterion = " 0.6.0 "
23
23
vm-memory = { workspace = true , features = [" backend-mmap" , " backend-atomic" ] }
24
24
memoffset = " 0.9.0"
25
25
Original file line number Diff line number Diff line change 1
1
// Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
3
3
4
- use criterion:: { black_box, BatchSize , Criterion } ;
4
+ use std:: hint:: black_box;
5
+
6
+ use criterion:: { BatchSize , Criterion } ;
5
7
use virtio_queue:: { Queue , QueueOwnedT , QueueT } ;
6
8
use vm_memory:: { GuestAddress , GuestMemory , GuestMemoryMmap } ;
7
9
You can’t perform that action at this time.
0 commit comments