difftreelog
fix turns out, indicatif is still broken for some reason
in: trunk
2 files changed
cmds/fleet/Cargo.tomldiffbeforeafterboth--- a/cmds/fleet/Cargo.toml
+++ b/cmds/fleet/Cargo.toml
@@ -48,7 +48,7 @@
tracing-indicatif = { version = "0.3", optional = true }
[features]
-default = ["indicatif"]
+default = []
# Not quite stable
indicatif = [
"dep:tracing-indicatif",
cmds/install-secrets/Cargo.tomldiffbeforeafterboth1[package]2name = "fleet-install-secrets"3version = "0.1.0"4edition.workspace = true5rust-version.workspace = true67[dependencies]8age.workspace = true9anyhow.workspace = true10clap.workspace = true11fleet-shared.workspace = true12nix.workspace = true13serde.workspace = true14serde_json.workspace = true15tempfile.workspace = true16tracing.workspace = true17tracing-subscriber.workspace = true