Browse Source

Remove support for OpenSSL

ng
Rodolphe Bréard 3 weeks ago
parent
commit
523032a214
Failed to extract signature
  1. 1
      CHANGELOG.md
  2. 3
      deny.toml

1
CHANGELOG.md

@ -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.

3
deny.toml

@ -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

Loading…
Cancel
Save