|
@@ -38,9 +38,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "atty"
|
|
|
-version = "0.2.13"
|
|
|
+version = "0.2.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
+ "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -50,6 +51,11 @@ name = "autocfg"
|
|
|
version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "autocfg"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "backtrace"
|
|
|
version = "0.3.40"
|
|
@@ -66,7 +72,7 @@ name = "backtrace-sys"
|
|
|
version = "0.1.32"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -99,7 +105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "blake2b_simd"
|
|
|
-version = "0.5.9"
|
|
|
+version = "0.5.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -172,7 +178,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
-version = "1.0.48"
|
|
|
+version = "1.0.50"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -200,8 +206,8 @@ name = "chrono"
|
|
|
version = "0.4.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -212,7 +218,7 @@ version = "2.33.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -250,10 +256,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "colored"
|
|
|
-version = "1.9.0"
|
|
|
+version = "1.9.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -394,7 +400,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "csv"
|
|
|
-version = "1.1.1"
|
|
|
+version = "1.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -428,10 +434,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -441,7 +447,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"darling_core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -451,9 +457,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"derive_builder_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -462,9 +468,9 @@ version = "0.9.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -550,9 +556,9 @@ name = "failure_derive"
|
|
|
version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -569,7 +575,7 @@ dependencies = [
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "colored 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "colored 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -582,7 +588,7 @@ dependencies = [
|
|
|
"pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"qr2term 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -609,15 +615,15 @@ dependencies = [
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hkdf 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -717,12 +723,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "getrandom"
|
|
|
-version = "0.1.13"
|
|
|
+version = "0.1.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -744,7 +750,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "hermit-abi"
|
|
|
-version = "0.1.5"
|
|
|
+version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -925,7 +931,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "lock_api"
|
|
|
-version = "0.3.2"
|
|
|
+version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -991,7 +997,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "mime"
|
|
|
-version = "0.3.14"
|
|
|
+version = "0.3.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -999,7 +1005,7 @@ name = "mime_guess"
|
|
|
version = "2.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1069,19 +1075,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "num-integer"
|
|
|
-version = "0.1.41"
|
|
|
+version = "0.1.42"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "num-traits"
|
|
|
-version = "0.2.10"
|
|
|
+version = "0.2.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1089,7 +1095,7 @@ name = "num_cpus"
|
|
|
version = "1.11.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1161,7 +1167,7 @@ version = "0.9.53"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1172,7 +1178,7 @@ name = "parking_lot"
|
|
|
version = "0.9.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -1182,7 +1188,7 @@ name = "parking_lot"
|
|
|
version = "0.10.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1254,8 +1260,8 @@ name = "prettytable-rs"
|
|
|
version = "0.8.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "csv 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1264,7 +1270,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "proc-macro2"
|
|
|
-version = "1.0.6"
|
|
|
+version = "1.0.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1278,8 +1284,8 @@ dependencies = [
|
|
|
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1288,12 +1294,12 @@ version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"crossterm 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "qrcode 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "qrcode 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "qrcode"
|
|
|
-version = "0.11.1"
|
|
|
+version = "0.11.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"checked_int_cast 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1304,7 +1310,7 @@ name = "quote"
|
|
|
version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1330,7 +1336,7 @@ name = "rand"
|
|
|
version = "0.7.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1373,7 +1379,7 @@ name = "rand_core"
|
|
|
version = "0.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1474,13 +1480,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
-version = "1.3.1"
|
|
|
+version = "1.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "thread_local 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1493,7 +1499,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex-syntax"
|
|
|
-version = "0.6.12"
|
|
|
+version = "0.6.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -1520,7 +1526,7 @@ dependencies = [
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1552,7 +1558,7 @@ version = "0.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1638,9 +1644,9 @@ name = "serde_derive"
|
|
|
version = "1.0.104"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1671,7 +1677,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "sha2"
|
|
|
-version = "0.8.0"
|
|
|
+version = "0.8.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1742,10 +1748,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "syn"
|
|
|
-version = "1.0.11"
|
|
|
+version = "1.0.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -1755,9 +1761,9 @@ name = "synstructure"
|
|
|
version = "0.12.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1816,7 +1822,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "thread_local"
|
|
|
-version = "0.3.6"
|
|
|
+version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -2065,7 +2071,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "2.1.0"
|
|
|
+version = "2.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -2088,7 +2094,7 @@ version = "2.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2136,7 +2142,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasi"
|
|
|
-version = "0.7.0"
|
|
|
+version = "0.9.0+wasi-snapshot-preview1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -2265,15 +2271,16 @@ dependencies = [
|
|
|
"checksum arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff"
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
|
|
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
|
-"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
|
|
+"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
+"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
|
|
|
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
|
"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
-"checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0"
|
|
|
+"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
"checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
@@ -2282,7 +2289,7 @@ dependencies = [
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
|
|
-"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
|
|
|
+"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
"checksum chbs 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "70adfcdb65144617b2fd2ba05cb6fe23550cc3373a076a7207a89df08c30915a"
|
|
|
"checksum checked_int_cast 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
|
|
@@ -2291,7 +2298,7 @@ dependencies = [
|
|
|
"checksum clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
|
|
|
"checksum clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
-"checksum colored 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "433e7ac7d511768127ed85b0c4947f47a254131e37864b2dc13f52aa32cd37e5"
|
|
|
+"checksum colored 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f930f8b286023ed451756fe2527d73484d667adf9e905e9932e81d52996a343a"
|
|
|
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
|
|
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
|
|
|
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
|
|
@@ -2306,7 +2313,7 @@ dependencies = [
|
|
|
"checksum crossterm 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f03c2ede596aa7d3c74a36f63e9c01047375fdbcf2203a5cdb70a996656b028"
|
|
|
"checksum crossterm_winapi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8777c700901e2d5b50c406f736ed6b8f9e43645c7e104ddb74f8bc42b8ae62f6"
|
|
|
"checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
|
-"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d"
|
|
|
+"checksum csv 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "11f8cbd084b9a431d52dfac0b8428a26b68f1061138a7bea18aa56b9cdf55266"
|
|
|
"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c"
|
|
|
"checksum darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
"checksum darling_core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
@@ -2338,9 +2345,9 @@ dependencies = [
|
|
|
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
|
-"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
|
|
|
+"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
|
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
|
|
-"checksum hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f629dc602392d3ec14bfc8a09b5e644d7ffd725102b48b81e59f90f2633621d7"
|
|
|
+"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
|
|
|
"checksum hkdf 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35e8f9d776bbe83f1ff24951f7cc19140fb7ff8d0378463c4c4955f6b0d3e503"
|
|
|
"checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
|
|
|
"checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
|
|
@@ -2359,7 +2366,7 @@ dependencies = [
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
|
|
-"checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586"
|
|
|
+"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
|
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
@@ -2368,15 +2375,15 @@ dependencies = [
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
|
|
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
|
-"checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf"
|
|
|
+"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
|
|
"checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
|
|
|
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
|
-"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
|
|
-"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
|
|
|
+"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
+"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
|
"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
"checksum objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
@@ -2398,10 +2405,10 @@ dependencies = [
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
|
|
"checksum prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
|
|
|
-"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
|
|
|
+"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc"
|
|
|
"checksum publicsuffix 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b"
|
|
|
"checksum qr2term 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c1fe2460ca89be106ec9f913dcb713fb2a727ba4be42b788caa9cb1c0b4f26ee"
|
|
|
-"checksum qrcode 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b9191dd54fd2e820652379593968892e95e9fd2ef5715a14fc53065f6f5646d"
|
|
|
+"checksum qrcode 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f5b09efe9b8aa5d34d310a0bfd76122cd6f7d0c91016a5fe928635eab033eb8a"
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
|
@@ -2421,9 +2428,9 @@ dependencies = [
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
|
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
|
|
-"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
|
|
+"checksum regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87"
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
|
|
-"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
|
|
+"checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90"
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
|
|
"checksum reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
|
|
|
"checksum rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d59f0e97173c514b9036cd450c195a6483ba81055c6fa0f1bff3ab563f47d44a"
|
|
@@ -2443,7 +2450,7 @@ dependencies = [
|
|
|
"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
|
|
|
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
|
|
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
-"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
|
|
|
+"checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
|
|
|
"checksum signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "7a9c17dd3ba2d36023a5c9472ecddeda07e27fd0b05436e8c1e0c8f178185652"
|
|
|
"checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
@@ -2453,14 +2460,14 @@ dependencies = [
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
"checksum strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
|
|
-"checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
|
|
|
+"checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8"
|
|
|
"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
|
|
"checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
|
"checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
|
|
"checksum termion 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "818ef3700c2a7b447dca1a1dd28341fe635e6ee103c806c636bb9c929991b2cd"
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
-"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
+"checksum thread_local 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88ddf1ad580c7e3d1efff877d972bcc93f995556b9087a5a259630985c88ceab"
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
|
|
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
|
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
|
|
@@ -2487,7 +2494,7 @@ dependencies = [
|
|
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
|
-"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
|
|
|
+"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
|
|
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
|
|
"checksum urlshortener 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7661456fbd1a691d93e037ba7f91486e19fa3d11e7e0d52602909c4b509b93b5"
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
|
@@ -2497,7 +2504,7 @@ dependencies = [
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
|
|
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
|
|
-"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
|
|
+"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
"checksum websocket 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0"
|
|
|
"checksum websocket-base 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374"
|
|
|
"checksum which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|