From af892aeb8de7a947c1f1c510db9770ea9add8707 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 14 Apr 2022 16:21:10 +0200 Subject: Fix: Use miette with "fancy" feature in CLI Signed-off-by: Matthias Beyer --- tedge/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tedge/Cargo.toml') diff --git a/tedge/Cargo.toml b/tedge/Cargo.toml index 15efdb9e..19c808aa 100644 --- a/tedge/Cargo.toml +++ b/tedge/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" clap = { version = "3", features = ["derive", "cargo", "suggestions"] } toml = "0.5.8" tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread", "signal"] } -miette = "4.4" +miette = { version = "4.4", features = ["fancy"] } cfg-if = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true } -- cgit v1.2.3