Switch to temporary ffsend-api/hkdf for OpenSSL 1.0 support
This commit is contained in:
parent
4d5c0391cb
commit
3a8535e408
2 changed files with 331 additions and 463 deletions
784
Cargo.lock
generated
784
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue