mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Remove unnecessary dependency
Found with cargo-machete.
This commit is contained in:
parent
19848da8ed
commit
c749ce9939
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -82,7 +82,6 @@ dependencies = [
|
||||
"owo-colors",
|
||||
"rustix",
|
||||
"strum",
|
||||
"strum_macros",
|
||||
"udev",
|
||||
"uuid",
|
||||
"zeroize",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user