Skip to content

Commit 0bee970

Browse files
committed
chore: remove unused dependencies from Cargo.tomls
The new test caught these. yay! Signed-off-by: Patrick Roy <[email protected]>
1 parent a678ecc commit 0bee970

File tree

4 files changed

+1
-35
lines changed

4 files changed

+1
-35
lines changed

Cargo.lock

Lines changed: 1 addition & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jailer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ bench = false
1414
[dependencies]
1515
libc = "0.2.168"
1616
log-instrument = { path = "../log-instrument", optional = true }
17-
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
1817
regex = { version = "1.11.1", default-features = false, features = ["std"] }
1918
thiserror = "2.0.6"
2019
vmm-sys-util = "0.12.1"

src/utils/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,10 @@ license = "Apache-2.0"
99
bench = false
1010

1111
[dependencies]
12-
derive_more = { version = "1.0.0", default-features = false, features = ["from"] }
1312
displaydoc = "0.2.5"
1413
libc = "0.2.168"
1514
log-instrument = { path = "../log-instrument", optional = true }
16-
serde = { version = "1.0.215", features = ["derive"] }
1715
thiserror = "2.0.6"
18-
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
19-
vmm-sys-util = "0.12.1"
20-
21-
[dev-dependencies]
22-
serde_json = "1.0.133"
2316

2417
[features]
2518
tracing = ["log-instrument"]

src/vmm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ gdbstub = { version = "0.7.3", optional = true }
2424
gdbstub_arch = { version = "0.3.1", optional = true }
2525
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers", "serde"] }
2626
kvm-ioctls = "0.19.1"
27-
lazy_static = "1.5.0"
2827
libc = "0.2.168"
2928
linux-loader = "0.13.0"
3029
log = { version = "0.4.22", features = ["std", "serde"] }

0 commit comments

Comments
 (0)