|
|
|
@ -63,18 +63,6 @@ dependencies = [
@@ -63,18 +63,6 @@ dependencies = [
|
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "arrayref" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "arrayvec" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-compression" |
|
|
|
|
version = "0.3.7" |
|
|
|
@ -119,12 +107,6 @@ dependencies = [
@@ -119,12 +107,6 @@ dependencies = [
|
|
|
|
|
"rustc-demangle", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "base64" |
|
|
|
|
version = "0.12.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "base64" |
|
|
|
|
version = "0.13.0" |
|
|
|
@ -137,17 +119,6 @@ version = "1.2.1"
@@ -137,17 +119,6 @@ version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "blake2b_simd" |
|
|
|
|
version = "0.5.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"arrayref", |
|
|
|
|
"arrayvec", |
|
|
|
|
"constant_time_eq", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "block-buffer" |
|
|
|
|
version = "0.7.3" |
|
|
|
@ -333,12 +304,6 @@ dependencies = [
@@ -333,12 +304,6 @@ dependencies = [
|
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "constant_time_eq" |
|
|
|
|
version = "0.1.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crc32fast" |
|
|
|
|
version = "1.2.0" |
|
|
|
@ -348,17 +313,6 @@ dependencies = [
@@ -348,17 +313,6 @@ dependencies = [
|
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crossbeam-utils" |
|
|
|
|
version = "0.7.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
|
|
|
dependencies = [ |
|
|
|
|
"autocfg", |
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
"lazy_static", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "csv" |
|
|
|
|
version = "1.1.6" |
|
|
|
@ -408,18 +362,18 @@ dependencies = [
@@ -408,18 +362,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "dirs" |
|
|
|
|
version = "3.0.1" |
|
|
|
|
version = "3.0.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff" |
|
|
|
|
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" |
|
|
|
|
dependencies = [ |
|
|
|
|
"dirs-sys", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "dirs-sys" |
|
|
|
|
version = "0.3.5" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" |
|
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"redox_users", |
|
|
|
@ -652,17 +606,6 @@ dependencies = [
@@ -652,17 +606,6 @@ dependencies = [
|
|
|
|
|
"typenum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "getrandom" |
|
|
|
|
version = "0.1.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "getrandom" |
|
|
|
|
version = "0.2.1" |
|
|
|
@ -671,7 +614,7 @@ checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"
@@ -671,7 +614,7 @@ checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"
|
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
|
|
|
"wasi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1294,7 +1237,7 @@ version = "0.6.1"
@@ -1294,7 +1237,7 @@ version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" |
|
|
|
|
dependencies = [ |
|
|
|
|
"getrandom 0.2.1", |
|
|
|
|
"getrandom", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1323,13 +1266,12 @@ dependencies = [
@@ -1323,13 +1266,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_users" |
|
|
|
|
version = "0.3.5" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" |
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
|
|
|
|
dependencies = [ |
|
|
|
|
"getrandom 0.1.15", |
|
|
|
|
"redox_syscall 0.1.57", |
|
|
|
|
"rust-argon2", |
|
|
|
|
"getrandom", |
|
|
|
|
"redox_syscall 0.2.4", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1375,7 +1317,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1375,7 +1317,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124" |
|
|
|
|
dependencies = [ |
|
|
|
|
"async-compression", |
|
|
|
|
"base64 0.13.0", |
|
|
|
|
"base64", |
|
|
|
|
"bytes 1.0.0", |
|
|
|
|
"encoding_rs", |
|
|
|
|
"futures-core", |
|
|
|
@ -1421,18 +1363,6 @@ dependencies = [
@@ -1421,18 +1363,6 @@ dependencies = [
|
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rust-argon2" |
|
|
|
|
version = "0.8.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64 0.12.3", |
|
|
|
|
"blake2b_simd", |
|
|
|
|
"constant_time_eq", |
|
|
|
|
"crossbeam-utils", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustc-demangle" |
|
|
|
|
version = "0.1.16" |
|
|
|
@ -1445,7 +1375,7 @@ version = "0.19.0"
@@ -1445,7 +1375,7 @@ version = "0.19.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64 0.13.0", |
|
|
|
|
"base64", |
|
|
|
|
"log", |
|
|
|
|
"ring", |
|
|
|
|
"sct", |
|
|
|
@ -1796,7 +1726,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1796,7 +1726,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
|
|
|
"wasi", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -2020,12 +1950,6 @@ dependencies = [
@@ -2020,12 +1950,6 @@ dependencies = [
|
|
|
|
|
"try-lock", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasi" |
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasi" |
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1" |
|
|
|
|