mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 12:19:10 +00:00
fix: use vendored openssl
This commit is contained in:
parent
bb7fe255af
commit
29b61a2e72
3 changed files with 16 additions and 105 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
azure_identity = "0.17.0"
|
||||
azure_security_keyvault = "0.17.0"
|
||||
azure_core = { version = "0.17.0", features = ["enable_reqwest_rustls"] }
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
clap = { version = "4.4.7", features = ["derive"] }
|
||||
futures = "0.3.29"
|
||||
tokio = {version = "1.33.0", features = ["full"]}
|
||||
tokio = {version = "1.33.0", features = ["full"]}
|
Loading…
Add table
Add a link
Reference in a new issue