Skip to content

Commit

Permalink
chore: remove unused dependencies from Cargo.tomls
Browse files Browse the repository at this point in the history
The new test caught these. yay!

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Dec 16, 2024
1 parent a678ecc commit 0bee970
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
27 changes: 1 addition & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ bench = false
[dependencies]
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
regex = { version = "1.11.1", default-features = false, features = ["std"] }
thiserror = "2.0.6"
vmm-sys-util = "0.12.1"
Expand Down
7 changes: 0 additions & 7 deletions src/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@ license = "Apache-2.0"
bench = false

[dependencies]
derive_more = { version = "1.0.0", default-features = false, features = ["from"] }
displaydoc = "0.2.5"
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.215", features = ["derive"] }
thiserror = "2.0.6"
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
vmm-sys-util = "0.12.1"

[dev-dependencies]
serde_json = "1.0.133"

[features]
tracing = ["log-instrument"]
Expand Down
1 change: 0 additions & 1 deletion src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ gdbstub = { version = "0.7.3", optional = true }
gdbstub_arch = { version = "0.3.1", optional = true }
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers", "serde"] }
kvm-ioctls = "0.19.1"
lazy_static = "1.5.0"
libc = "0.2.168"
linux-loader = "0.13.0"
log = { version = "0.4.22", features = ["std", "serde"] }
Expand Down

0 comments on commit 0bee970

Please sign in to comment.