runc/Cargo: add the missing os_pipe dependency
Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>
This commit is contained in:
parent
7efe8d8390
commit
b7de553f9e
|
|
@ -28,6 +28,7 @@ tempfile.workspace = true
|
|||
thiserror.workspace = true
|
||||
time.workspace = true
|
||||
uuid.workspace = true
|
||||
os_pipe.workspace = true
|
||||
|
||||
# Async dependencies
|
||||
async-trait = { workspace = true, optional = true }
|
||||
|
|
|
|||
Loading…
Reference in New Issue