mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
fix(deps): update rust crate azure_identity to 0.19.0
This commit is contained in:
parent
820f982c8a
commit
1572e40dd0
2 changed files with 5 additions and 4 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -209,6 +209,7 @@ dependencies = [
|
|||
"paste",
|
||||
"pin-project",
|
||||
"rand 0.8.5",
|
||||
"reqwest",
|
||||
"rustc_version",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
@ -219,13 +220,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "azure_identity"
|
||||
version = "0.18.1"
|
||||
version = "0.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e1eacc4f7fb2a73d57c39139d0fc3aed78435606055779ddaef4b43cdf919a8"
|
||||
checksum = "a6d2060f5b2e1c664026ca4edd561306c473be887c1f7a81f10bf06f9b71c63f"
|
||||
dependencies = [
|
||||
"async-lock",
|
||||
"async-trait",
|
||||
"azure_core 0.18.0",
|
||||
"azure_core 0.19.0",
|
||||
"futures",
|
||||
"log",
|
||||
"oauth2",
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/bartvdbraak/keyweave/"
|
|||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
azure_core = "0.19.0"
|
||||
azure_identity = "0.18.1"
|
||||
azure_identity = "0.19.0"
|
||||
azure_security_keyvault = "0.18.0"
|
||||
clap = { version = "4.4.13", features = ["derive"] }
|
||||
futures = "0.3.30"
|
||||
|
|
Loading…
Reference in a new issue