Avoid cargo-about failures by disabling failing API (#1653)

This commit is contained in:
Keavon Chambers 2024-03-07 01:13:36 -08:00 committed by GitHub
parent 0c60fd95fa
commit 7b7e5994b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -14,9 +14,11 @@ accepted = [
"Unicode-DFS-2016",
"Zlib",
]
workarounds = ["ring"]
ignore-build-dependencies = true
ignore-dev-dependencies = true
workarounds = ["ring"]
# Clearly Defined's API would occasionally (every few months) return errors for at least a full day (maybe some weird rate limiting?), but we can just disable to perform local checking (see #1653)
no-clearly-defined = true
# https://raw.githubusercontent.com/briansmith/webpki/main/LICENSE
# is the ISC license but test code within the repo is BSD-3-Clause, but is not compiled into the crate when we use it