Skip to content

Commit 8356ad3

Browse files
committed
taplo format
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 6d47364 commit 8356ad3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ serde_json = { version = "1.0", features = ["std"] }
2626
thiserror = { version = "1.0" }
2727
tokio = { version = "1.41" }
2828
tracing = { version = "0.1" }
29-
uuid = { version = "1.11", default-features = false, features = ["v4", "serde"] }
29+
uuid = { version = "1.11", default-features = false, features = [
30+
"v4",
31+
"serde",
32+
] }
3033
once_cell = { version = "1.20" }
3134

3235
[profile.release]

deny.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version = 2
2323
ignore = [
2424
# atty is unsound for some custom allocators on Windows and is unmaintained
2525
"RUSTSEC-2021-0145",
26-
"RUSTSEC-2024-0370" # proc-macro-error is unmaintained
26+
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
2727
]
2828

2929
[bans]

lading_signal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ loom = { version = "0.7", features = ["futures", "checkpoint"] }
2424
doctest = false
2525

2626
[lints.rust]
27-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
27+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }

lading_throttle/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ tokio = { workspace = true, features = ["time"] }
2222
doctest = false
2323

2424
[lints.rust]
25-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
25+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }

0 commit comments

Comments
 (0)