mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
Update vendored OpenSSL version
This fixes linking of OpenSSL on Ubuntu 20.04.1 LTS. Related issue: https://github.com/openssl/openssl/issues/10842
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2294,9 +2294,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-src"
|
name = "openssl-src"
|
||||||
version = "111.11.0+1.1.1h"
|
version = "111.13.0+1.1.1i"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "380fe324132bea01f45239fadfec9343adb044615f29930d039bec1ae7b9fa5b"
|
checksum = "045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user