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.tomldiffbeforeafterboth5rust-version.workspace = true5rust-version.workspace = true667[dependencies]7[dependencies]8clap.workspace = true8age.workspace = true9fleet-shared.workspace = true9anyhow.workspace = true10age.workspace = true10clap.workspace = true11anyhow.workspace = true11fleet-shared.workspace = true12tracing.workspace = true12nix.workspace = true13tracing-subscriber.workspace = true13serde.workspace = true14serde.workspace = true14serde_json.workspace = true15serde_json.workspace = true15tempfile.workspace = true16tempfile.workspace = true16tracing.workspace = true17nix.workspace = true17tracing-subscriber.workspace = true1818