From 523032a2144fefcccdbe59e08bbeba6ab5bd1202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 31 Dec 2024 11:03:03 +0100 Subject: [PATCH] Remove support for OpenSSL --- CHANGELOG.md | 1 + deny.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32213c8..7f8d216 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/deny.toml b/deny.toml index 2b5c60d..add3a97 100644 --- a/deny.toml +++ b/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