Skip to content

Commit 34b19d3

Browse files
authored
Merge pull request #1863 from EliahKagan/run-ci/cargo-deny-next
cargo-deny maintenance
2 parents 6acca19 + 9c708db commit 34b19d3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# More documentation for the advisories section can be found here:
99
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
1010
[advisories]
11-
ignore = ['RUSTSEC-2025-0007']
11+
ignore = []
1212

1313

1414

@@ -28,7 +28,6 @@ allow = [
2828
"ISC",
2929
"LicenseRef-ring",
3030
"OpenSSL",
31-
"Unicode-DFS-2016",
3231
"Zlib",
3332
"MPL-2.0",
3433
"Unicode-3.0"

0 commit comments

Comments
 (0)