mirror of
				https://github.com/bartvdbraak/keyweave.git
				synced 2025-10-30 16:09:10 +00:00 
			
		
		
		
	fix(deps): update rust crate azure_identity to 0.20.0
This commit is contained in:
		
							parent
							
								
									45f78e67a2
								
							
						
					
					
						commit
						603ac165a1
					
				
					 2 changed files with 393 additions and 25 deletions
				
			
		
							
								
								
									
										416
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										416
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							|  | @ -137,6 +137,37 @@ dependencies = [ | ||||||
|  "futures-core", |  "futures-core", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "async-channel" | ||||||
|  | version = "2.3.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" | ||||||
|  | dependencies = [ | ||||||
|  |  "concurrent-queue", | ||||||
|  |  "event-listener-strategy", | ||||||
|  |  "futures-core", | ||||||
|  |  "pin-project-lite", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "async-io" | ||||||
|  | version = "2.3.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" | ||||||
|  | dependencies = [ | ||||||
|  |  "async-lock", | ||||||
|  |  "cfg-if", | ||||||
|  |  "concurrent-queue", | ||||||
|  |  "futures-io", | ||||||
|  |  "futures-lite 2.3.0", | ||||||
|  |  "parking", | ||||||
|  |  "polling", | ||||||
|  |  "rustix", | ||||||
|  |  "slab", | ||||||
|  |  "tracing", | ||||||
|  |  "windows-sys 0.52.0", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "async-lock" | name = "async-lock" | ||||||
| version = "3.4.0" | version = "3.4.0" | ||||||
|  | @ -148,6 +179,50 @@ dependencies = [ | ||||||
|  "pin-project-lite", |  "pin-project-lite", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "async-process" | ||||||
|  | version = "2.2.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" | ||||||
|  | dependencies = [ | ||||||
|  |  "async-channel 2.3.1", | ||||||
|  |  "async-io", | ||||||
|  |  "async-lock", | ||||||
|  |  "async-signal", | ||||||
|  |  "async-task", | ||||||
|  |  "blocking", | ||||||
|  |  "cfg-if", | ||||||
|  |  "event-listener 5.3.1", | ||||||
|  |  "futures-lite 2.3.0", | ||||||
|  |  "rustix", | ||||||
|  |  "tracing", | ||||||
|  |  "windows-sys 0.52.0", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "async-signal" | ||||||
|  | version = "0.2.8" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" | ||||||
|  | dependencies = [ | ||||||
|  |  "async-io", | ||||||
|  |  "async-lock", | ||||||
|  |  "atomic-waker", | ||||||
|  |  "cfg-if", | ||||||
|  |  "futures-core", | ||||||
|  |  "futures-io", | ||||||
|  |  "rustix", | ||||||
|  |  "signal-hook-registry", | ||||||
|  |  "slab", | ||||||
|  |  "windows-sys 0.52.0", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "async-task" | ||||||
|  | version = "4.7.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "async-trait" | name = "async-trait" | ||||||
| version = "0.1.80" | version = "0.1.80" | ||||||
|  | @ -159,6 +234,12 @@ dependencies = [ | ||||||
|  "syn", |  "syn", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "atomic-waker" | ||||||
|  | version = "1.1.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "autocfg" | name = "autocfg" | ||||||
| version = "1.3.0" | version = "1.3.0" | ||||||
|  | @ -183,7 +264,7 @@ dependencies = [ | ||||||
|  "paste", |  "paste", | ||||||
|  "pin-project", |  "pin-project", | ||||||
|  "rand 0.8.5", |  "rand 0.8.5", | ||||||
|  "reqwest", |  "reqwest 0.11.27", | ||||||
|  "rustc_version", |  "rustc_version", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
|  | @ -193,20 +274,48 @@ dependencies = [ | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "azure_identity" | name = "azure_core" | ||||||
| version = "0.19.0" | version = "0.20.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "a6d2060f5b2e1c664026ca4edd561306c473be887c1f7a81f10bf06f9b71c63f" | checksum = "34ce3de4b65b1ee2667c81d1fc692949049502a4cf9c38118d811d6d79a7eaef" | ||||||
|  | dependencies = [ | ||||||
|  |  "async-trait", | ||||||
|  |  "base64 0.22.1", | ||||||
|  |  "bytes", | ||||||
|  |  "dyn-clone", | ||||||
|  |  "futures", | ||||||
|  |  "getrandom 0.2.15", | ||||||
|  |  "http-types", | ||||||
|  |  "once_cell", | ||||||
|  |  "paste", | ||||||
|  |  "pin-project", | ||||||
|  |  "rand 0.8.5", | ||||||
|  |  "reqwest 0.12.5", | ||||||
|  |  "rustc_version", | ||||||
|  |  "serde", | ||||||
|  |  "serde_json", | ||||||
|  |  "time", | ||||||
|  |  "tracing", | ||||||
|  |  "url", | ||||||
|  |  "uuid", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "azure_identity" | ||||||
|  | version = "0.20.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "72c97790480791ec1ee9b76f5c6499b1d0aac0d4cd1e62010bfc19bb545544c5" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "async-lock", |  "async-lock", | ||||||
|  |  "async-process", | ||||||
|  "async-trait", |  "async-trait", | ||||||
|  "azure_core", |  "azure_core 0.20.0", | ||||||
|  "futures", |  "futures", | ||||||
|  "log", |  | ||||||
|  "oauth2", |  "oauth2", | ||||||
|  "pin-project", |  "pin-project", | ||||||
|  "serde", |  "serde", | ||||||
|  "time", |  "time", | ||||||
|  |  "tracing", | ||||||
|  "tz-rs", |  "tz-rs", | ||||||
|  "url", |  "url", | ||||||
|  "uuid", |  "uuid", | ||||||
|  | @ -219,7 +328,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "9c32a5dbb8b6f67ed8b8fdc7137a912f3b6547af7f961aedb42bb553ee394f5b" | checksum = "9c32a5dbb8b6f67ed8b8fdc7137a912f3b6547af7f961aedb42bb553ee394f5b" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "async-trait", |  "async-trait", | ||||||
|  "azure_core", |  "azure_core 0.19.0", | ||||||
|  "futures", |  "futures", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
|  | @ -253,6 +362,12 @@ version = "0.21.7" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "base64" | ||||||
|  | version = "0.22.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "bitflags" | name = "bitflags" | ||||||
| version = "1.3.2" | version = "1.3.2" | ||||||
|  | @ -274,6 +389,19 @@ dependencies = [ | ||||||
|  "generic-array", |  "generic-array", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "blocking" | ||||||
|  | version = "1.6.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" | ||||||
|  | dependencies = [ | ||||||
|  |  "async-channel 2.3.1", | ||||||
|  |  "async-task", | ||||||
|  |  "futures-io", | ||||||
|  |  "futures-lite 2.3.0", | ||||||
|  |  "piper", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "bstr" | name = "bstr" | ||||||
| version = "1.9.1" | version = "1.9.1" | ||||||
|  | @ -652,6 +780,19 @@ dependencies = [ | ||||||
|  "waker-fn", |  "waker-fn", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "futures-lite" | ||||||
|  | version = "2.3.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" | ||||||
|  | dependencies = [ | ||||||
|  |  "fastrand 2.1.0", | ||||||
|  |  "futures-core", | ||||||
|  |  "futures-io", | ||||||
|  |  "parking", | ||||||
|  |  "pin-project-lite", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "futures-macro" | name = "futures-macro" | ||||||
| version = "0.3.30" | version = "0.3.30" | ||||||
|  | @ -768,7 +909,7 @@ dependencies = [ | ||||||
|  "futures-core", |  "futures-core", | ||||||
|  "futures-sink", |  "futures-sink", | ||||||
|  "futures-util", |  "futures-util", | ||||||
|  "http", |  "http 0.2.12", | ||||||
|  "indexmap", |  "indexmap", | ||||||
|  "slab", |  "slab", | ||||||
|  "tokio", |  "tokio", | ||||||
|  | @ -794,6 +935,12 @@ version = "0.3.9" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "hermit-abi" | ||||||
|  | version = "0.4.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "http" | name = "http" | ||||||
| version = "0.2.12" | version = "0.2.12" | ||||||
|  | @ -805,6 +952,17 @@ dependencies = [ | ||||||
|  "itoa", |  "itoa", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "http" | ||||||
|  | version = "1.1.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" | ||||||
|  | dependencies = [ | ||||||
|  |  "bytes", | ||||||
|  |  "fnv", | ||||||
|  |  "itoa", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "http-body" | name = "http-body" | ||||||
| version = "0.4.6" | version = "0.4.6" | ||||||
|  | @ -812,7 +970,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bytes", |  "bytes", | ||||||
|  "http", |  "http 0.2.12", | ||||||
|  |  "pin-project-lite", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "http-body" | ||||||
|  | version = "1.0.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" | ||||||
|  | dependencies = [ | ||||||
|  |  "bytes", | ||||||
|  |  "http 1.1.0", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "http-body-util" | ||||||
|  | version = "0.1.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" | ||||||
|  | dependencies = [ | ||||||
|  |  "bytes", | ||||||
|  |  "futures-util", | ||||||
|  |  "http 1.1.0", | ||||||
|  |  "http-body 1.0.0", | ||||||
|  "pin-project-lite", |  "pin-project-lite", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | @ -823,9 +1004,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" | checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "anyhow", |  "anyhow", | ||||||
|  "async-channel", |  "async-channel 1.9.0", | ||||||
|  "base64 0.13.1", |  "base64 0.13.1", | ||||||
|  "futures-lite", |  "futures-lite 1.13.0", | ||||||
|  "infer", |  "infer", | ||||||
|  "pin-project-lite", |  "pin-project-lite", | ||||||
|  "rand 0.7.3", |  "rand 0.7.3", | ||||||
|  | @ -859,8 +1040,8 @@ dependencies = [ | ||||||
|  "futures-core", |  "futures-core", | ||||||
|  "futures-util", |  "futures-util", | ||||||
|  "h2", |  "h2", | ||||||
|  "http", |  "http 0.2.12", | ||||||
|  "http-body", |  "http-body 0.4.6", | ||||||
|  "httparse", |  "httparse", | ||||||
|  "httpdate", |  "httpdate", | ||||||
|  "itoa", |  "itoa", | ||||||
|  | @ -872,6 +1053,25 @@ dependencies = [ | ||||||
|  "want", |  "want", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "hyper" | ||||||
|  | version = "1.4.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" | ||||||
|  | dependencies = [ | ||||||
|  |  "bytes", | ||||||
|  |  "futures-channel", | ||||||
|  |  "futures-util", | ||||||
|  |  "http 1.1.0", | ||||||
|  |  "http-body 1.0.0", | ||||||
|  |  "httparse", | ||||||
|  |  "itoa", | ||||||
|  |  "pin-project-lite", | ||||||
|  |  "smallvec", | ||||||
|  |  "tokio", | ||||||
|  |  "want", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "hyper-tls" | name = "hyper-tls" | ||||||
| version = "0.5.0" | version = "0.5.0" | ||||||
|  | @ -879,12 +1079,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bytes", |  "bytes", | ||||||
|  "hyper", |  "hyper 0.14.29", | ||||||
|  "native-tls", |  "native-tls", | ||||||
|  "tokio", |  "tokio", | ||||||
|  "tokio-native-tls", |  "tokio-native-tls", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "hyper-tls" | ||||||
|  | version = "0.6.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" | ||||||
|  | dependencies = [ | ||||||
|  |  "bytes", | ||||||
|  |  "http-body-util", | ||||||
|  |  "hyper 1.4.0", | ||||||
|  |  "hyper-util", | ||||||
|  |  "native-tls", | ||||||
|  |  "tokio", | ||||||
|  |  "tokio-native-tls", | ||||||
|  |  "tower-service", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "hyper-util" | ||||||
|  | version = "0.1.6" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" | ||||||
|  | dependencies = [ | ||||||
|  |  "bytes", | ||||||
|  |  "futures-channel", | ||||||
|  |  "futures-util", | ||||||
|  |  "http 1.1.0", | ||||||
|  |  "http-body 1.0.0", | ||||||
|  |  "hyper 1.4.0", | ||||||
|  |  "pin-project-lite", | ||||||
|  |  "socket2", | ||||||
|  |  "tokio", | ||||||
|  |  "tower", | ||||||
|  |  "tower-service", | ||||||
|  |  "tracing", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "iana-time-zone" | name = "iana-time-zone" | ||||||
| version = "0.1.60" | version = "0.1.60" | ||||||
|  | @ -993,7 +1229,7 @@ dependencies = [ | ||||||
|  "anyhow", |  "anyhow", | ||||||
|  "assert_cmd", |  "assert_cmd", | ||||||
|  "assert_fs", |  "assert_fs", | ||||||
|  "azure_core", |  "azure_core 0.19.0", | ||||||
|  "azure_identity", |  "azure_identity", | ||||||
|  "azure_security_keyvault", |  "azure_security_keyvault", | ||||||
|  "clap", |  "clap", | ||||||
|  | @ -1109,7 +1345,7 @@ version = "1.16.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "hermit-abi", |  "hermit-abi 0.3.9", | ||||||
|  "libc", |  "libc", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | @ -1131,7 +1367,7 @@ dependencies = [ | ||||||
|  "base64 0.13.1", |  "base64 0.13.1", | ||||||
|  "chrono", |  "chrono", | ||||||
|  "getrandom 0.2.15", |  "getrandom 0.2.15", | ||||||
|  "http", |  "http 0.2.12", | ||||||
|  "rand 0.8.5", |  "rand 0.8.5", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
|  | @ -1289,12 +1525,38 @@ version = "0.1.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "piper" | ||||||
|  | version = "0.2.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" | ||||||
|  | dependencies = [ | ||||||
|  |  "atomic-waker", | ||||||
|  |  "fastrand 2.1.0", | ||||||
|  |  "futures-io", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "pkg-config" | name = "pkg-config" | ||||||
| version = "0.3.30" | version = "0.3.30" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "polling" | ||||||
|  | version = "3.7.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" | ||||||
|  | dependencies = [ | ||||||
|  |  "cfg-if", | ||||||
|  |  "concurrent-queue", | ||||||
|  |  "hermit-abi 0.4.0", | ||||||
|  |  "pin-project-lite", | ||||||
|  |  "rustix", | ||||||
|  |  "tracing", | ||||||
|  |  "windows-sys 0.52.0", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "powerfmt" | name = "powerfmt" | ||||||
| version = "0.2.0" | version = "0.2.0" | ||||||
|  | @ -1476,10 +1738,10 @@ dependencies = [ | ||||||
|  "futures-core", |  "futures-core", | ||||||
|  "futures-util", |  "futures-util", | ||||||
|  "h2", |  "h2", | ||||||
|  "http", |  "http 0.2.12", | ||||||
|  "http-body", |  "http-body 0.4.6", | ||||||
|  "hyper", |  "hyper 0.14.29", | ||||||
|  "hyper-tls", |  "hyper-tls 0.5.0", | ||||||
|  "ipnet", |  "ipnet", | ||||||
|  "js-sys", |  "js-sys", | ||||||
|  "log", |  "log", | ||||||
|  | @ -1488,11 +1750,11 @@ dependencies = [ | ||||||
|  "once_cell", |  "once_cell", | ||||||
|  "percent-encoding", |  "percent-encoding", | ||||||
|  "pin-project-lite", |  "pin-project-lite", | ||||||
|  "rustls-pemfile", |  "rustls-pemfile 1.0.4", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
|  "serde_urlencoded", |  "serde_urlencoded", | ||||||
|  "sync_wrapper", |  "sync_wrapper 0.1.2", | ||||||
|  "system-configuration", |  "system-configuration", | ||||||
|  "tokio", |  "tokio", | ||||||
|  "tokio-native-tls", |  "tokio-native-tls", | ||||||
|  | @ -1503,7 +1765,48 @@ dependencies = [ | ||||||
|  "wasm-bindgen-futures", |  "wasm-bindgen-futures", | ||||||
|  "wasm-streams", |  "wasm-streams", | ||||||
|  "web-sys", |  "web-sys", | ||||||
|  "winreg", |  "winreg 0.50.0", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "reqwest" | ||||||
|  | version = "0.12.5" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" | ||||||
|  | dependencies = [ | ||||||
|  |  "base64 0.22.1", | ||||||
|  |  "bytes", | ||||||
|  |  "futures-core", | ||||||
|  |  "futures-util", | ||||||
|  |  "http 1.1.0", | ||||||
|  |  "http-body 1.0.0", | ||||||
|  |  "http-body-util", | ||||||
|  |  "hyper 1.4.0", | ||||||
|  |  "hyper-tls 0.6.0", | ||||||
|  |  "hyper-util", | ||||||
|  |  "ipnet", | ||||||
|  |  "js-sys", | ||||||
|  |  "log", | ||||||
|  |  "mime", | ||||||
|  |  "native-tls", | ||||||
|  |  "once_cell", | ||||||
|  |  "percent-encoding", | ||||||
|  |  "pin-project-lite", | ||||||
|  |  "rustls-pemfile 2.1.2", | ||||||
|  |  "serde", | ||||||
|  |  "serde_json", | ||||||
|  |  "serde_urlencoded", | ||||||
|  |  "sync_wrapper 1.0.1", | ||||||
|  |  "tokio", | ||||||
|  |  "tokio-native-tls", | ||||||
|  |  "tokio-util", | ||||||
|  |  "tower-service", | ||||||
|  |  "url", | ||||||
|  |  "wasm-bindgen", | ||||||
|  |  "wasm-bindgen-futures", | ||||||
|  |  "wasm-streams", | ||||||
|  |  "web-sys", | ||||||
|  |  "winreg 0.52.0", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
|  | @ -1543,6 +1846,22 @@ dependencies = [ | ||||||
|  "base64 0.21.7", |  "base64 0.21.7", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "rustls-pemfile" | ||||||
|  | version = "2.1.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" | ||||||
|  | dependencies = [ | ||||||
|  |  "base64 0.22.1", | ||||||
|  |  "rustls-pki-types", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "rustls-pki-types" | ||||||
|  | version = "1.7.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "ryu" | name = "ryu" | ||||||
| version = "1.0.18" | version = "1.0.18" | ||||||
|  | @ -1774,6 +2093,12 @@ version = "0.1.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "sync_wrapper" | ||||||
|  | version = "1.0.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "system-configuration" | name = "system-configuration" | ||||||
| version = "0.5.1" | version = "0.5.1" | ||||||
|  | @ -1935,6 +2260,27 @@ dependencies = [ | ||||||
|  "tokio", |  "tokio", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "tower" | ||||||
|  | version = "0.4.13" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" | ||||||
|  | dependencies = [ | ||||||
|  |  "futures-core", | ||||||
|  |  "futures-util", | ||||||
|  |  "pin-project", | ||||||
|  |  "pin-project-lite", | ||||||
|  |  "tokio", | ||||||
|  |  "tower-layer", | ||||||
|  |  "tower-service", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "tower-layer" | ||||||
|  | version = "0.3.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "tower-service" | name = "tower-service" | ||||||
| version = "0.3.2" | version = "0.3.2" | ||||||
|  | @ -1948,9 +2294,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "pin-project-lite", |  "pin-project-lite", | ||||||
|  |  "tracing-attributes", | ||||||
|  "tracing-core", |  "tracing-core", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "tracing-attributes" | ||||||
|  | version = "0.1.27" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" | ||||||
|  | dependencies = [ | ||||||
|  |  "proc-macro2", | ||||||
|  |  "quote", | ||||||
|  |  "syn", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "tracing-core" | name = "tracing-core" | ||||||
| version = "0.1.32" | version = "0.1.32" | ||||||
|  | @ -2342,3 +2700,13 @@ dependencies = [ | ||||||
|  "cfg-if", |  "cfg-if", | ||||||
|  "windows-sys 0.48.0", |  "windows-sys 0.48.0", | ||||||
| ] | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "winreg" | ||||||
|  | version = "0.52.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" | ||||||
|  | dependencies = [ | ||||||
|  |  "cfg-if", | ||||||
|  |  "windows-sys 0.48.0", | ||||||
|  | ] | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ repository = "https://github.com/bartvdbraak/keyweave/" | ||||||
| [dependencies] | [dependencies] | ||||||
| anyhow = "1.0.82" | anyhow = "1.0.82" | ||||||
| azure_core = "0.19.0" | azure_core = "0.19.0" | ||||||
| azure_identity = "0.19.0" | azure_identity = "0.20.0" | ||||||
| azure_security_keyvault = "0.19.0" | azure_security_keyvault = "0.19.0" | ||||||
| clap = { version = "4.5.4", features = ["derive"] } | clap = { version = "4.5.4", features = ["derive"] } | ||||||
| futures = "0.3.30" | futures = "0.3.30" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue