Merge pull request #5218 from bergwolf/github/deps

runtime/runtime-rs: update dependency
This commit is contained in:
Bin Liu
2022-09-27 11:02:46 +08:00
committed by GitHub
87 changed files with 1197 additions and 2484 deletions

View File

@@ -11,7 +11,6 @@ anyhow = "^1.0"
kata-sys-util = { path = "../../../libs/kata-sys-util"}
kata-types = { path = "../../../libs/kata-types" }
libc = "0.2"
rustc-serialize = "0.3.24"
serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82"
safe-path = { path = "../../../libs/safe-path"}