Skip to content

Commit df0bd1c

Browse files
committed
chore: bump dprint plugins
1 parent 0c794f8 commit df0bd1c

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

deny.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# list here is effectively saying which targets you are building for.
2525
targets = [
2626

27-
2827
# The triple can be any string, but only the target triples built in to
2928
# rustc (as of 1.40) can be checked against actual config expressions
3029
# "x86_64-unknown-linux-musl",
@@ -73,7 +72,6 @@ feature-depth = 1
7372
# output a note when they are encountered.
7473
ignore = [
7574

76-
7775
# "RUSTSEC-0000-0000",
7876
# { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7977
# "[email protected]", # you can also ignore yanked crate versions if you wish
@@ -108,7 +106,6 @@ confidence-threshold = 0.8
108106
# aren't accepted for every possible crate as with the normal allow list
109107
exceptions = [
110108

111-
112109
# Each entry is the crate and version constraint, and its specific allow
113110
# list
114111
# { allow = ["Zlib"], crate = "adler32" },
@@ -143,7 +140,6 @@ ignore = false
143140
# not have its license(s) checked
144141
registries = [
145142

146-
147143
# "https://sekretz.com/registry
148144
]
149145

@@ -172,14 +168,12 @@ external-default-features = "allow"
172168
# List of crates that are allowed. Use with care!
173169
allow = [
174170

175-
176171
177172
# { crate = "[email protected]", reason = "you can specify a reason it is allowed" },
178173
]
179174
# List of crates to deny
180175
deny = [
181176

182-
183177
184178
# { crate = "[email protected]", reason = "you can specify a reason it is banned" },
185179
# Wrapper crates can optionally be specified to allow the crate when it
@@ -213,7 +207,6 @@ deny = [
213207
# Certain crates/versions that will be skipped when doing duplicate detection.
214208
skip = [
215209

216-
217210
218211
# { crate = "[email protected]", reason = "you can specify a reason why it can't be updated/removed" },
219212
]
@@ -223,7 +216,6 @@ skip = [
223216
# by default infinite.
224217
skip-tree = [
225218

226-
227219
# "[email protected]", # will be skipped along with _all_ of its direct and transitive dependencies
228220
# { crate = "[email protected]", depth = 20 },
229221
]

dprint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"pnpm-lock.yaml"
1717
],
1818
"plugins": [
19-
"https://plugins.dprint.dev/typescript-0.91.8.wasm",
20-
"https://plugins.dprint.dev/json-0.19.3.wasm",
19+
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
20+
"https://plugins.dprint.dev/json-0.19.4.wasm",
2121
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
2222
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
23-
"https://plugins.dprint.dev/toml-0.6.2.wasm"
23+
"https://plugins.dprint.dev/toml-0.6.3.wasm"
2424
]
2525
}

0 commit comments

Comments
 (0)