Skip to content

Commit

Permalink
chore: bump dprint plugins (#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Dec 12, 2024
1 parent 8991f33 commit ed93193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*" },
Expand Down Expand Up @@ -104,7 +103,6 @@ ignore = false
# not have its license(s) checked
registries = [


# "https://sekretz.com/registry
]

Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -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
Expand All @@ -184,7 +179,6 @@ skip = [
# by default infinite.
skip-tree = [


# { name = "ansi_term", version = "=0.11.0", depth = 20 },
]

Expand Down Expand Up @@ -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" },
Expand Down
6 changes: 3 additions & 3 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit ed93193

Please sign in to comment.