fix(deps): update azure dependencies to 0.34.0

This commit is contained in:
renovate[bot] 2026-04-08 21:41:40 +00:00 committed by GitHub
parent 9a47a2ae4f
commit 6f2eecb42d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 616 additions and 470 deletions

1082
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,8 +11,8 @@ repository = "https://github.com/bartvdbraak/keyweave/"
[dependencies]
anyhow = "1.0.82"
azure_core = "0.21.0"
azure_identity = "0.21.0"
azure_core = "0.34.0"
azure_identity = "0.34.0"
azure_security_keyvault = "0.21.0"
clap = { version = "4.5.4", features = ["derive"] }
futures = "0.3.30"