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
--- 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