aboutsummaryrefslogtreecommitdiff
path: root/templates/rust/deny.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-03 19:42:00 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-03 19:42:00 -0800
commit7981241a013b88f69e6eb692c09a382d7b5417e3 (patch)
tree0a62780dc9b2b6560a5c4c08fda8ab0aff92bd8d /templates/rust/deny.toml
parentflake.lock: Update (diff)
downloadinfra-7981241a013b88f69e6eb692c09a382d7b5417e3.tar.gz
formatting a few files with treefmt
Diffstat (limited to '')
-rw-r--r--templates/rust/deny.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/rust/deny.toml b/templates/rust/deny.toml
index fd95cdb..acefd37 100644
--- a/templates/rust/deny.toml
+++ b/templates/rust/deny.toml
@@ -24,9 +24,7 @@ registries = []
[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
-license-files = [
- { path = "LICENSE", hash = 0xbd0eed23 }
-]
+license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[bans]
multiple-versions = "warn"