File tree 4 files changed +102
-101
lines changed
vm/devices/storage/storvsc_driver
4 files changed +102
-101
lines changed Original file line number Diff line number Diff line change @@ -6585,15 +6585,16 @@ dependencies = [
6585
6585
name = " storvsc_driver"
6586
6586
version = " 0.0.0"
6587
6587
dependencies = [
6588
- " async-channel" ,
6589
6588
" futures" ,
6590
6589
" futures-concurrency" ,
6591
6590
" guestmem" ,
6592
6591
" inspect" ,
6592
+ " mesh_channel" ,
6593
6593
" pal_async" ,
6594
6594
" parking_lot" ,
6595
6595
" scsi_buffers" ,
6596
6596
" scsi_defs" ,
6597
+ " slab" ,
6597
6598
" storvsp_protocol" ,
6598
6599
" task_control" ,
6599
6600
" test_with_tracing" ,
Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ storvsp_protocol.workspace = true
18
18
19
19
guestmem.workspace = true
20
20
inspect.workspace = true
21
+ mesh_channel.workspace = true
21
22
pal_async.workspace = true
22
23
task_control.workspace = true
23
24
vmcore.workspace = true
24
- async-channel.workspace = true
25
+
25
26
futures.workspace = true
26
27
futures-concurrency.workspace = true
27
28
parking_lot.workspace = true
29
+ slab.workspace = true
28
30
thiserror.workspace = true
29
31
tracing.workspace = true
30
32
tracing_helpers.workspace = true
You can’t perform that action at this time.
0 commit comments