update openssl crate to support LibreSSL 3.3.2

This commit is contained in:
Roger Kowalewski
2021-04-29 10:04:08 +02:00
parent fd27759a95
commit 1dc1d4df72
2 changed files with 5 additions and 5 deletions

View File

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