git.delta.rocks / jrsonnet / refs/commits / 03574ae38db2

difftreelog

style reformat remaining tomls

Lach2025-04-27parent: #8058495.patch.diff
in: trunk

4 files changed

modifiedcmds/fleet/Cargo.tomldiffbeforeafterboth
--- a/cmds/fleet/Cargo.toml
+++ b/cmds/fleet/Cargo.toml
@@ -7,53 +7,51 @@
 rust-version.workspace = true
 
 [dependencies]
-nixlike.workspace = true
+age = { workspace = true, features = ["armor"] }
+anyhow.workspace = true
 better-command.workspace = true
-tokio.workspace = true
 clap.workspace = true
 clap_complete.workspace = true
-age = { workspace = true, features = ["armor"] }
-anyhow.workspace = true
-tracing.workspace = true
-tracing-subscriber.workspace = true
+fleet-shared.workspace = true
+nix-eval.workspace = true
+nixlike.workspace = true
 serde.workspace = true
 serde_json.workspace = true
 tempfile.workspace = true
-time = { version = "0.3", features = ["serde"] }
-hostname = "0.4.0"
+tokio.workspace = true
+tracing.workspace = true
+tracing-subscriber.workspace = true
+
+abort-on-drop = "0.2"
 age-core = "0.11"
-peg = "0.8"
+async-trait = "0.1"
 base64 = "0.22.1"
 chrono = { version = "0.4", features = ["serde"] }
-tokio-util = { version = "0.7", features = ["codec"] }
-async-trait = "0.1"
+crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
 futures = "0.3"
+hostname = "0.4.0"
 itertools = "0.13"
+openssh = "0.11"
+owo-colors = { version = "4.0", features = ["supports-color", "supports-colors"] }
+peg = "0.8"
+regex = "1.10"
 shlex = "1.3"
 tabled = { version = "0.16" }
-owo-colors = { version = "4.0", features = [
-  "supports-color",
-  "supports-colors",
-] }
-abort-on-drop = "0.2"
-regex = "1.10"
-openssh = "0.11"
-crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
-fleet-shared.workspace = true
+time = { version = "0.3", features = ["serde"] }
+tokio-util = { version = "0.7", features = ["codec"] }
 
-tracing-indicatif = { version = "0.3", optional = true }
+fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }
 human-repr = { version = "1.1", optional = true }
 indicatif = { version = "0.17", optional = true }
-nix-eval.workspace = true
 nom = "7.1.3"
-fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }
+tracing-indicatif = { version = "0.3", optional = true }
 
 [features]
 default = ["indicatif"]
 # Not quite stable
 indicatif = [
-  "dep:tracing-indicatif",
-  "dep:indicatif",
-  "dep:human-repr",
-  "better-command/indicatif",
+	"dep:tracing-indicatif",
+	"dep:indicatif",
+	"dep:human-repr",
+	"better-command/indicatif",
 ]
modifiedcmds/generator-helper/Cargo.tomldiffbeforeafterboth
--- a/cmds/generator-helper/Cargo.toml
+++ b/cmds/generator-helper/Cargo.toml
@@ -7,10 +7,11 @@
 [dependencies]
 age.workspace = true
 anyhow.workspace = true
-base64 = "0.22.1"
 clap.workspace = true
-ed25519-dalek = { version = "2.1", features = ["rand_core"] }
 fleet-shared.workspace = true
+
+base64 = "0.22.1"
+ed25519-dalek = { version = "2.1", features = ["rand_core"] }
 hex = "0.4.3"
 rand = "0.8.5"
 x25519-dalek = "2.0.1"
modifiedcmds/terraform-provider-fleet/Cargo.tomldiffbeforeafterboth
66
7[dependencies]7[dependencies]
8anyhow.workspace = true8anyhow.workspace = true
9async-trait = "0.1.81"
10serde = { workspace = true, features = ["derive"] }9serde = { workspace = true, features = ["derive"] }
11tf-provider = "0.2.2"
12tokio.workspace = true10tokio.workspace = true
11
12async-trait = "0.1.81"
13tf-provider = "0.2.2"
1314
modifiedtaplo.tomldiffbeforeafterboth
--- a/taplo.toml
+++ b/taplo.toml
@@ -1,7 +1,5 @@
 [formatting]
-inline_table_expand = false
 indent_string = "\t"
-array_auto_expand = false
 
 [[rule]]
 include = ["**/Cargo.toml"]