From f87a75fa83d54728c5f13eedfa5d6f213b37ad99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6rg=20Schmidt?= Date: Sat, 24 Feb 2024 12:04:11 +0100 Subject: [PATCH] chore: update openssl --- Cargo.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aba8802..2d99145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ authors = ["Johannes J. Schmidt "] keywords = ["WebCrypto", "crypto", "ec", "aes"] [dependencies] -openssl = "0.10.38" +openssl = "0.10.64" hex = "0.4.3" diff --git a/src/lib.rs b/src/lib.rs index f8e29b5..9801741 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![warn(missing_docs)] -#![warn(rustdoc::missing_doc_code_examples)] //! Webcryptobox provides convenient wrappers around //! [OpenSSL](https://docs.rs/openssl/latest/openssl/) to use