Switch to temporary ffsend-api/hkdf for OpenSSL 1.0 support

This commit is contained in:
timvisee 2018-10-15 23:02:56 +02:00
parent 4d5c0391cb
commit 3a8535e408
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
2 changed files with 331 additions and 463 deletions

784
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -85,3 +85,13 @@ version-compare = "0.0.6"
[target.'cfg(not(target_os = "linux"))'.dependencies]
clipboard = { version = "0.4", optional = true }
# Patch until an ffsend-api update is released
[patch.crates-io.ffsend-api]
git = "https://github.com/timvisee/ffsend-api.git"
rev = "e0b171f"
# Patch until an hkdf update is released
[patch.crates-io.hkdf]
git = "https://github.com/timvisee/KDFs.git"
rev = "277cf5d"