git.delta.rocks / jrsonnet / refs/commits / c6d548433a70

difftreelog

fix turns out, indicatif is still broken for some reason

xkxnxltsYaroslav Bolyukin2025-07-17parent: #94ece5c.patch.diff
in: trunk

2 files changed

modifiedcmds/fleet/Cargo.tomldiffbeforeafterboth
48tracing-indicatif = { version = "0.3", optional = true }48tracing-indicatif = { version = "0.3", optional = true }
4949
50[features]50[features]
51default = ["indicatif"]51default = []
52# Not quite stable52# Not quite stable
53indicatif = [53indicatif = [
54 "dep:tracing-indicatif",54 "dep:tracing-indicatif",
modifiedcmds/install-secrets/Cargo.tomldiffbeforeafterboth
5rust-version.workspace = true5rust-version.workspace = true
66
7[dependencies]7[dependencies]
8clap.workspace = true8age.workspace = true
9fleet-shared.workspace = true9anyhow.workspace = true
10age.workspace = true10clap.workspace = true
11anyhow.workspace = true11fleet-shared.workspace = true
12tracing.workspace = true12nix.workspace = true
13tracing-subscriber.workspace = true13serde.workspace = true
14serde.workspace = true14serde_json.workspace = true
15serde_json.workspace = true15tempfile.workspace = true
16tempfile.workspace = true16tracing.workspace = true
17nix.workspace = true17tracing-subscriber.workspace = true
1818