Remove unnecessary dependency

Found with cargo-machete.
This commit is contained in:
Gabriel 2024-09-08 09:40:20 +00:00 committed by Gabriel de Perthuis
parent 19848da8ed
commit c749ce9939
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -82,7 +82,6 @@ dependencies = [
"owo-colors",
"rustix",
"strum",
"strum_macros",
"udev",
"uuid",
"zeroize",

View File

@ -24,7 +24,6 @@ errno = "0.3"
either = "1.5"
bch_bindgen = { path = "bch_bindgen" }
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"
zeroize = { version = "1.5.5", features = ["std", "zeroize_derive"] }
rustix = { version = "0.38.34", features = ["termios"] }
owo-colors = "4"