runc/Cargo: add the missing os_pipe dependency

Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>
This commit is contained in:
Jiaxiao Zhou (Mossaka) 2024-11-16 13:19:27 -07:00 committed by Maksym Pavlenko
parent 7efe8d8390
commit b7de553f9e
1 changed files with 1 additions and 0 deletions

View File

@ -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 }