Skip to content

Commit 014af7f

Browse files
nnethercotemkj
authored andcommitted
mctp-estack, standalone: remove unused dependencies.
Found with `cargo-shear` and `cargo-udeps`. Signed-off-by: Nicholas Nethercote <[email protected]>
1 parent 8051f2e commit 014af7f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Cargo.lock

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

mctp-estack/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ uuid = { workspace = true }
2323
embedded-io-adapters = { workspace = true }
2424
env_logger = { workspace = true }
2525
proptest = { workspace = true }
26-
simplelog = { workspace = true }
2726
smol = { workspace = true }
2827

2928
[features]

standalone/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ anyhow = { workspace = true }
1919
argh = { workspace = true}
2020
embedded-io-adapters = { workspace = true }
2121
getrandom = "0.2"
22-
proptest = { workspace = true }
2322
simplelog = { workspace = true }
2423

2524
[features]

0 commit comments

Comments
 (0)