diff --git a/Cargo.lock b/Cargo.lock index a0409bd2..d56ac88c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,7 +1764,6 @@ dependencies = [ "dialoguer", "env_logger", "futures", - "fuzzt", "indicatif", "magic-wormhole", "number_prefix", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 84a2c6be..a79b43b2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -43,7 +43,6 @@ arboard = { optional = true, workspace = true, features = [ ] } # Wayland by default, fallback to X11. tracing = { workspace = true, features = ["log", "log-always"] } tracing-subscriber = { workspace = true, features = ["env-filter"] } -fuzzt = "0.3.1" [dev-dependencies] trycmd = { workspace = true }