chore: Drop unused fehler dependency
This commit is contained in:
parent
9c39cb698e
commit
32dc32ff46
|
@ -15,7 +15,6 @@ maintenance = { status = "experimental" }
|
||||||
clap = "4.4"
|
clap = "4.4"
|
||||||
seahash = "4.1"
|
seahash = "4.1"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
fehler = "1.0"
|
|
||||||
crossterm = { version = "0.27", features = ["event-stream"] }
|
crossterm = { version = "0.27", features = ["event-stream"] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
futures-util = { version = "0.3", features = ["io"] }
|
futures-util = { version = "0.3", features = ["io"] }
|
||||||
|
|
|
@ -22,5 +22,4 @@ colored = "2"
|
||||||
prettytable-rs = "0.10"
|
prettytable-rs = "0.10"
|
||||||
goblin = { version = "0.7", default-features = false, features = ["std", "alloc", "elf32", "elf64"] }
|
goblin = { version = "0.7", default-features = false, features = ["std", "alloc", "elf32", "elf64"] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
fehler = "1.0"
|
|
||||||
bytes = "1.5"
|
bytes = "1.5"
|
||||||
|
|
Loading…
Reference in New Issue