From ed93193c32c4f06665482eef67e35539a833e2b5 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 12 Dec 2024 22:12:01 +0800 Subject: [PATCH] chore: bump dprint plugins (#7818) --- deny.toml | 7 ------- dprint.json | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/deny.toml b/deny.toml index ddbaa809f9829..4644e0a61174c 100644 --- a/deny.toml +++ b/deny.toml @@ -67,7 +67,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"], name = "adler32", version = "*" }, @@ -104,7 +103,6 @@ ignore = false # not have its license(s) checked registries = [ - # "https://sekretz.com/registry ] @@ -133,13 +131,11 @@ external-default-features = "allow" # List of crates that are allowed. Use with care! allow = [ - # { name = "ansi_term", version = "=0.11.0" }, ] # List of crates to deny deny = [ - # Each entry the name of a crate and a version range. If version is # not specified, all versions will be matched. # { name = "ansi_term", version = "=0.11.0" }, @@ -175,7 +171,6 @@ deny = [ # Certain crates/versions that will be skipped when doing duplicate detection. skip = [ - # { name = "ansi_term", version = "=0.11.0" }, ] # Similarly to `skip` allows you to skip certain crates during duplicate @@ -184,7 +179,6 @@ skip = [ # by default infinite. skip-tree = [ - # { name = "ansi_term", version = "=0.11.0", depth = 20 }, ] @@ -223,7 +217,6 @@ allow-git = [] # 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 # { triple = "x86_64-unknown-linux-musl" }, diff --git a/dprint.json b/dprint.json index 5130d7de50749..6f3b9fb8b6bb8 100644 --- a/dprint.json +++ b/dprint.json @@ -26,10 +26,10 @@ ".github/.generated_ast_watch_list.yml" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.91.8.wasm", - "https://plugins.dprint.dev/json-0.19.3.wasm", + "https://plugins.dprint.dev/typescript-0.93.3.wasm", + "https://plugins.dprint.dev/json-0.19.4.wasm", "https://plugins.dprint.dev/markdown-0.17.8.wasm", "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm", - "https://plugins.dprint.dev/toml-0.6.2.wasm" + "https://plugins.dprint.dev/toml-0.6.3.wasm" ] }