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