From 32dc32ff467919ce2e325f5ea70fda1e6fc45e8f Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sat, 18 Nov 2023 14:23:32 +0200 Subject: [PATCH] chore: Drop unused fehler dependency --- bin/chainofcommand/Cargo.toml | 1 - tools/ttt/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/bin/chainofcommand/Cargo.toml b/bin/chainofcommand/Cargo.toml index eac7422..aca40f4 100644 --- a/bin/chainofcommand/Cargo.toml +++ b/bin/chainofcommand/Cargo.toml @@ -15,7 +15,6 @@ maintenance = { status = "experimental" } clap = "4.4" seahash = "4.1" anyhow = "1.0" -fehler = "1.0" crossterm = { version = "0.27", features = ["event-stream"] } futures = "0.3" futures-util = { version = "0.3", features = ["io"] } diff --git a/tools/ttt/Cargo.toml b/tools/ttt/Cargo.toml index b7cc513..40a4fd0 100644 --- a/tools/ttt/Cargo.toml +++ b/tools/ttt/Cargo.toml @@ -22,5 +22,4 @@ colored = "2" prettytable-rs = "0.10" goblin = { version = "0.7", default-features = false, features = ["std", "alloc", "elf32", "elf64"] } anyhow = "1.0" -fehler = "1.0" bytes = "1.5"