mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
fix(deps): update rust crate azure_core to 0.18.0
This commit is contained in:
parent
924893f00c
commit
2708a15294
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ repository = "https://github.com/bartvdbraak/keyweave/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
azure_core = "0.17.0"
|
azure_core = "0.18.0"
|
||||||
azure_identity = "0.17.0"
|
azure_identity = "0.17.0"
|
||||||
azure_security_keyvault = "0.17.0"
|
azure_security_keyvault = "0.17.0"
|
||||||
clap = { version = "4.4.11", features = ["derive"] }
|
clap = { version = "4.4.11", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue