difftreelog
fix turns out, indicatif is still broken for some reason
in: trunk
2 files changed
cmds/fleet/Cargo.tomldiffbeforeafterboth48tracing-indicatif = { version = "0.3", optional = true }48tracing-indicatif = { version = "0.3", optional = true }494950[features]50[features]51default = ["indicatif"]51default = []52# Not quite stable52# Not quite stable53indicatif = [53indicatif = [54 "dep:tracing-indicatif",54 "dep:tracing-indicatif",cmds/install-secrets/Cargo.tomldiffbeforeafterboth--- a/cmds/install-secrets/Cargo.toml
+++ b/cmds/install-secrets/Cargo.toml
@@ -5,13 +5,13 @@
rust-version.workspace = true
[dependencies]
-clap.workspace = true
-fleet-shared.workspace = true
age.workspace = true
anyhow.workspace = true
-tracing.workspace = true
-tracing-subscriber.workspace = true
+clap.workspace = true
+fleet-shared.workspace = true
+nix.workspace = true
serde.workspace = true
serde_json.workspace = true
tempfile.workspace = true
-nix.workspace = true
+tracing.workspace = true
+tracing-subscriber.workspace = true