mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 13:44:33 +00:00
fix(clippy): fix hypervisor clippy checks
Fix hypervisor clippy checks. Signed-off-by: yaoyinnan <yaoyinnan@foxmail.com>
This commit is contained in:
parent
6f86fb8e27
commit
49326fe4e1
@ -21,7 +21,7 @@ serde_json = ">=1.0.9"
|
|||||||
slog = "2.5.2"
|
slog = "2.5.2"
|
||||||
slog-scope = "4.4.0"
|
slog-scope = "4.4.0"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tokio = { version = "1.8.0", features = ["sync"] }
|
tokio = { version = "1.8.0", features = ["sync", "fs"] }
|
||||||
vmm-sys-util = "0.11.0"
|
vmm-sys-util = "0.11.0"
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user