mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 12:19:10 +00:00
fix: use azure_core with enable_reqwest_rustls
This commit is contained in:
parent
e4582b5bfb
commit
dd0ff43997
3 changed files with 128 additions and 24 deletions
|
@ -6,6 +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"] }
|
||||
clap = { version = "4.4.7", features = ["derive"] }
|
||||
futures = "0.3.29"
|
||||
tokio = {version = "1.33.0", features = ["full"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue