Skip to content

Commit 44528bc

Browse files
committed
style: 🛁 linting
1 parent 5c1ccb8 commit 44528bc

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[advisories]
2-
ignore = ["RUSTSEC-2025-0014"]
2+
ignore = []

Cargo.lock

Lines changed: 0 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ feature-depth = 1
7171
# A list of advisory IDs to ignore. Note that ignored advisories will still
7272
# output a note when they are encountered.
7373
ignore = [
74-
"RUSTSEC-2025-0014",
7574
# "RUSTSEC-0000-0000",
7675
# { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7776
# "[email protected]", # you can also ignore yanked crate versions if you wish
@@ -92,7 +91,6 @@ ignore = [
9291
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
9392
allow = [
9493
"Apache-2.0",
95-
"BSD-2-Clause",
9694
"BSD-3-Clause",
9795
"ISC",
9896
"MIT",

0 commit comments

Comments
 (0)