From c03ca812b8f6b5a3a7a2a01afc1946667ed80929 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:14:38 +0200 Subject: [PATCH] chore: update dprint config (#324) style: dprint fmt Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- deny.toml | 7 ------- dprint.json | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/deny.toml b/deny.toml index 44f19fe9..d7b463ec 100644 --- a/deny.toml +++ b/deny.toml @@ -24,7 +24,6 @@ # list here is effectively saying which targets you are building for. targets = [ - # The triple can be any string, but only the target triples built in to # rustc (as of 1.40) can be checked against actual config expressions # "x86_64-unknown-linux-musl", @@ -112,7 +111,6 @@ confidence-threshold = 0.8 # aren't accepted for every possible crate as with the normal allow list exceptions = [ - # Each entry is the crate and version constraint, and its specific allow # list # { allow = ["Zlib"], crate = "adler32" }, @@ -144,7 +142,6 @@ ignore = false # not have its license(s) checked registries = [ - # "https://sekretz.com/registry ] @@ -173,14 +170,12 @@ external-default-features = "allow" # List of crates that are allowed. Use with care! allow = [ - # "ansi_term@0.11.0", # { crate = "ansi_term@0.11.0", reason = "you can specify a reason it is allowed" }, ] # List of crates to deny deny = [ - # "ansi_term@0.11.0", # { crate = "ansi_term@0.11.0", reason = "you can specify a reason it is banned" }, # Wrapper crates can optionally be specified to allow the crate when it @@ -214,7 +209,6 @@ deny = [ # Certain crates/versions that will be skipped when doing duplicate detection. skip = [ - # "ansi_term@0.11.0", # { crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" }, ] @@ -224,7 +218,6 @@ skip = [ # by default infinite. skip-tree = [ - # "ansi_term@0.11.0", # will be skipped along with _all_ of its direct and transitive dependencies # { crate = "ansi_term@0.11.0", depth = 20 }, ] diff --git a/dprint.json b/dprint.json index 838aac2c..e999505a 100644 --- a/dprint.json +++ b/dprint.json @@ -23,8 +23,8 @@ "CHANGELOG.md" ], "plugins": [ - "https://plugins.dprint.dev/markdown-0.16.4.wasm", - "https://plugins.dprint.dev/toml-0.6.1.wasm", - "https://plugins.dprint.dev/json-0.19.2.wasm" + "https://plugins.dprint.dev/markdown-0.17.8.wasm", + "https://plugins.dprint.dev/toml-0.6.3.wasm", + "https://plugins.dprint.dev/json-0.19.3.wasm" ] }