Rodolphe Bréard
3 weeks ago
Failed to extract signature
2 changed files with
4 additions and
0 deletions
-
CHANGELOG.md
-
deny.toml
|
|
@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Removed |
|
|
|
|
|
|
|
- OpenSSL support has been removed. |
|
|
|
- tacd has been removed. |
|
|
|
- The `include` directive has been removed from the configuration. |
|
|
|
|
|
|
|
|
|
@ -180,6 +180,9 @@ deny = [ |
|
|
|
# Wrapper crates can optionally be specified to allow the crate when it |
|
|
|
# is a direct dependency of the otherwise banned crate |
|
|
|
#{ crate = "ansi_term@0.11.0", wrappers = ["this-crate-directly-depends-on-ansi_term"] }, |
|
|
|
"openssl", |
|
|
|
"openssl-macros", |
|
|
|
"openssl-sys", |
|
|
|
] |
|
|
|
|
|
|
|
# List of features to allow/deny |
|
|
|