fix(ci): fix deny.toml taplo formatting (tabs + sorted arrays)

This commit is contained in:
2026-02-25 21:43:36 +03:00
parent 9e2a7120ab
commit db371bd8dc
+26 -26
View File
@@ -3,9 +3,9 @@
[graph] [graph]
targets = [ targets = [
{ triple = "x86_64-unknown-linux-gnu" }, { triple = "wasm32-unknown-unknown" },
{ triple = "x86_64-unknown-linux-musl" }, { triple = "x86_64-unknown-linux-gnu" },
{ triple = "wasm32-unknown-unknown" }, { triple = "x86_64-unknown-linux-musl" },
] ]
# Exclude no_std test runtime crates that cause krates crate to panic # Exclude no_std test runtime crates that cause krates crate to panic
# with "unable to locate std" when resolving the dependency graph. # with "unable to locate std" when resolving the dependency graph.
@@ -18,8 +18,8 @@ exclude = ["bizinikiwi-test-runtime-transaction-pool"]
yanked = "warn" yanked = "warn"
unmaintained = "workspace" unmaintained = "workspace"
ignore = [ ignore = [
# Add specific advisory IDs to ignore here with justification: # Add specific advisory IDs to ignore here with justification:
# "RUSTSEC-0000-0000", # reason for ignoring # "RUSTSEC-0000-0000", # reason for ignoring
] ]
# License compliance # License compliance
@@ -28,29 +28,29 @@ ignore = [
[licenses] [licenses]
confidence-threshold = 0.8 confidence-threshold = 0.8
allow = [ allow = [
"Apache-2.0", "Apache-2.0 WITH LLVM-exception",
"Apache-2.0 WITH LLVM-exception", "Apache-2.0",
"MIT", "BSD-2-Clause",
"MIT-0", "BSD-3-Clause",
"BSD-2-Clause", "BSL-1.0",
"BSD-3-Clause", "CC0-1.0",
"ISC", "GPL-3.0-only WITH Classpath-exception-2.0",
"Unlicense", "GPL-3.0-only",
"CC0-1.0", "GPL-3.0-or-later WITH Classpath-exception-2.0",
"BSL-1.0", "GPL-3.0-or-later",
"Unicode-3.0", "ISC",
"Unicode-DFS-2016", "MIT",
"Zlib", "MIT-0",
"MPL-2.0", "MPL-2.0",
"OpenSSL", "OpenSSL",
"GPL-3.0-only", "Unicode-3.0",
"GPL-3.0-or-later", "Unicode-DFS-2016",
"GPL-3.0-only WITH Classpath-exception-2.0", "Unlicense",
"GPL-3.0-or-later WITH Classpath-exception-2.0", "Zlib",
] ]
exceptions = [ exceptions = [
# ring uses a custom ISC-style license # ring uses a custom ISC-style license
{ allow = ["OpenSSL"], name = "ring" }, { allow = ["OpenSSL"], name = "ring" },
] ]
[licenses.private] [licenses.private]