Skip to content

Commit e640e4c

Browse files
committed
Address feedback
1 parent a81cdad commit e640e4c

File tree

4 files changed

+102
-101
lines changed

4 files changed

+102
-101
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6585,15 +6585,16 @@ dependencies = [
65856585
name = "storvsc_driver"
65866586
version = "0.0.0"
65876587
dependencies = [
6588-
"async-channel",
65896588
"futures",
65906589
"futures-concurrency",
65916590
"guestmem",
65926591
"inspect",
6592+
"mesh_channel",
65936593
"pal_async",
65946594
"parking_lot",
65956595
"scsi_buffers",
65966596
"scsi_defs",
6597+
"slab",
65976598
"storvsp_protocol",
65986599
"task_control",
65996600
"test_with_tracing",

vm/devices/storage/storvsc_driver/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ storvsp_protocol.workspace = true
1818

1919
guestmem.workspace = true
2020
inspect.workspace = true
21+
mesh_channel.workspace = true
2122
pal_async.workspace = true
2223
task_control.workspace = true
2324
vmcore.workspace = true
24-
async-channel.workspace = true
25+
2526
futures.workspace = true
2627
futures-concurrency.workspace = true
2728
parking_lot.workspace = true
29+
slab.workspace = true
2830
thiserror.workspace = true
2931
tracing.workspace = true
3032
tracing_helpers.workspace = true

0 commit comments

Comments
 (0)