Skip to content

Commit e46d89e

Browse files
rbartlenskydanielocfb
authored andcommitted
Remove unused dependencies from the workspace.
These were suggested by `cargo udeps`.
1 parent f1aecd0 commit e46d89e

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

Cargo.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tc_port_whitelist/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ vmlinux = { path = "../../vmlinux" }
1313
anyhow = "1.0"
1414
libbpf-rs = { path = "../../libbpf-rs" }
1515
libc = "0.2"
16-
plain = "0.2"
1716
nix = { version = "0.28", default-features = false, features = ["net", "user"] }
1817
clap = { version = "4.0.32", default-features = false, features = ["std", "derive", "help", "usage"] }

libbpf-cargo/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ anyhow = "1.0.1"
3434
cargo_metadata = "0.15.0"
3535
libbpf-rs = { version = "0.23", default-features = false, path = "../libbpf-rs" }
3636
memmap2 = "0.5"
37-
num_enum = "0.5"
3837
regex = { version = "1.6.0", default-features = false, features = ["std", "unicode-perl"] }
39-
scroll = "0.11"
40-
scroll_derive = "0.11"
4138
semver = "1.0"
4239
serde = { version = "1.0", features = ["derive"] }
4340
serde_json = "1.0"

libbpf-rs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ libbpf-sys = { version = "1.4.1", default-features = false }
2929
libc = "0.2"
3030
num_enum = "0.5"
3131
strum_macros = "0.24"
32-
thiserror = "1.0.10"
3332
vsprintf = "2.0"
3433

3534
[dev-dependencies]

0 commit comments

Comments
 (0)