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
7rust-version.workspace = true7rust-version.workspace = true
88
9[dependencies]9[dependencies]
10nixlike.workspace = true10age = { workspace = true, features = ["armor"] }
11better-command.workspace = true11anyhow.workspace = true
12tokio.workspace = true12better-command.workspace = true
13clap.workspace = true13clap.workspace = true
14clap_complete.workspace = true14clap_complete.workspace = true
15age = { workspace = true, features = ["armor"] }
16anyhow.workspace = true15fleet-shared.workspace = true
17tracing.workspace = true16nix-eval.workspace = true
18tracing-subscriber.workspace = true17nixlike.workspace = true
19serde.workspace = true18serde.workspace = true
20serde_json.workspace = true19serde_json.workspace = true
21tempfile.workspace = true20tempfile.workspace = true
22time = { version = "0.3", features = ["serde"] }21tokio.workspace = true
22tracing.workspace = true
23tracing-subscriber.workspace = true
24
23hostname = "0.4.0"25abort-on-drop = "0.2"
24age-core = "0.11"26age-core = "0.11"
25peg = "0.8"27async-trait = "0.1"
26base64 = "0.22.1"28base64 = "0.22.1"
27chrono = { version = "0.4", features = ["serde"] }29chrono = { version = "0.4", features = ["serde"] }
28tokio-util = { version = "0.7", features = ["codec"] }30crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
29async-trait = "0.1"
30futures = "0.3"31futures = "0.3"
32hostname = "0.4.0"
31itertools = "0.13"33itertools = "0.13"
32shlex = "1.3"
33tabled = { version = "0.16" }34openssh = "0.11"
34owo-colors = { version = "4.0", features = [35owo-colors = { version = "4.0", features = ["supports-color", "supports-colors"] }
35 "supports-color",
36 "supports-colors",
37] }
38abort-on-drop = "0.2"36peg = "0.8"
39regex = "1.10"37regex = "1.10"
38shlex = "1.3"
40openssh = "0.11"39tabled = { version = "0.16" }
41crossterm = { version = "0.28.0", features = ["use-dev-tty"] }40time = { version = "0.3", features = ["serde"] }
42fleet-shared.workspace = true41tokio-util = { version = "0.7", features = ["codec"] }
4342
44tracing-indicatif = { version = "0.3", optional = true }43fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }
45human-repr = { version = "1.1", optional = true }44human-repr = { version = "1.1", optional = true }
46indicatif = { version = "0.17", optional = true }45indicatif = { version = "0.17", optional = true }
47nix-eval.workspace = true
48nom = "7.1.3"46nom = "7.1.3"
49fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }47tracing-indicatif = { version = "0.3", optional = true }
5048
51[features]49[features]
52default = ["indicatif"]50default = ["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
--- a/cmds/terraform-provider-fleet/Cargo.toml
+++ b/cmds/terraform-provider-fleet/Cargo.toml
@@ -6,7 +6,8 @@
 
 [dependencies]
 anyhow.workspace = true
-async-trait = "0.1.81"
 serde = { workspace = true, features = ["derive"] }
-tf-provider = "0.2.2"
 tokio.workspace = true
+
+async-trait = "0.1.81"
+tf-provider = "0.2.2"
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"]