|
|
@ -279,22 +279,6 @@ dependencies = [ |
|
|
|
"winapi", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "core-foundation" |
|
|
|
|
|
|
|
version = "0.9.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"core-foundation-sys", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "core-foundation-sys" |
|
|
|
|
|
|
|
version = "0.8.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "crc32fast" |
|
|
|
name = "crc32fast" |
|
|
|
version = "1.2.0" |
|
|
|
version = "1.2.0" |
|
|
@ -936,12 +920,6 @@ version = "1.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" |
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "openssl-probe" |
|
|
|
|
|
|
|
version = "0.1.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "os_pipe" |
|
|
|
name = "os_pipe" |
|
|
|
version = "0.9.2" |
|
|
|
version = "0.9.2" |
|
|
@ -1252,7 +1230,6 @@ dependencies = [ |
|
|
|
"percent-encoding", |
|
|
|
"percent-encoding", |
|
|
|
"pin-project-lite 0.2.0", |
|
|
|
"pin-project-lite 0.2.0", |
|
|
|
"rustls", |
|
|
|
"rustls", |
|
|
|
"rustls-native-certs", |
|
|
|
|
|
|
|
"serde", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
"serde_json", |
|
|
|
"serde_urlencoded", |
|
|
|
"serde_urlencoded", |
|
|
@ -1301,34 +1278,12 @@ dependencies = [ |
|
|
|
"webpki", |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "rustls-native-certs" |
|
|
|
|
|
|
|
version = "0.5.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"openssl-probe", |
|
|
|
|
|
|
|
"rustls", |
|
|
|
|
|
|
|
"schannel", |
|
|
|
|
|
|
|
"security-framework", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ryu" |
|
|
|
name = "ryu" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "schannel" |
|
|
|
|
|
|
|
version = "0.1.19" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"lazy_static", |
|
|
|
|
|
|
|
"winapi", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "scopeguard" |
|
|
|
name = "scopeguard" |
|
|
|
version = "1.1.0" |
|
|
|
version = "1.1.0" |
|
|
@ -1345,29 +1300,6 @@ dependencies = [ |
|
|
|
"untrusted", |
|
|
|
"untrusted", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "security-framework" |
|
|
|
|
|
|
|
version = "2.3.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bitflags", |
|
|
|
|
|
|
|
"core-foundation", |
|
|
|
|
|
|
|
"core-foundation-sys", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"security-framework-sys", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "security-framework-sys" |
|
|
|
|
|
|
|
version = "2.3.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"core-foundation-sys", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "semver" |
|
|
|
name = "semver" |
|
|
|
version = "1.0.3" |
|
|
|
version = "1.0.3" |
|
|
|