Tidy up unused dependencies

This commit is contained in:
Benjamin Bouvier
2021-12-01 11:33:27 +01:00
parent b34788ae8a
commit 1b33553cea
5 changed files with 1 additions and 11 deletions

View File

@@ -25,7 +25,6 @@ tracing = "0.1.19"
cap-std = "0.21.1"
cap-rand = "0.21.1"
bitflags = "1.2"
io-lifetimes = { version = "0.3.1", default-features = false }
[target.'cfg(unix)'.dependencies]
rustix = "0.26.2"

View File

@@ -14,7 +14,6 @@ edition = "2018"
[dependencies]
# These dependencies are necessary for the witx-generation macros to work:
anyhow = "1.0"
log = { version = "0.4", default-features = false }
wiggle = { path = "../wiggle", version = "=0.31.0" }
# These dependencies are necessary for the wasi-nn implementation: