vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 1dc1d4df724a7159243f7558557ef2ba951dfbc5
parent fd27759a95bc7f714abacb3a02b8c6f88b1d3cd4
Author: Roger Kowalewski <mail@rkowalewski.de>
Date:   Thu, 29 Apr 2021 10:04:08 +0200

update openssl crate to support LibreSSL 3.3.2

Diffstat:
MCargo.lock | 8++++----
MCargo.toml | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -1514,9 +1514,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.33" +version = "0.10.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577" +checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8" dependencies = [ "bitflags", "cfg-if 1.0.0", @@ -1543,9 +1543,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.61" +version = "0.9.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f" +checksum = "fa52160d45fa2e7608d504b7c3a3355afed615e6d8b627a74458634ba21b69bd" dependencies = [ "autocfg", "cc", diff --git a/Cargo.toml b/Cargo.toml @@ -112,7 +112,7 @@ regex = { version = "1.4.5", features = ["std", "perf"], default-features = fals data-url = "0.1.0" # Used by U2F, JWT and Postgres -openssl = "0.10.33" +openssl = "0.10.34" # URL encoding library percent-encoding = "2.1.0"