@@ -185,11 +185,11 @@ dependencies = [
185
185
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
186
186
" core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
187
187
" crates-io 0.21.0" ,
188
- " crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
188
+ " crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
189
189
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
190
190
" curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
191
191
" curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
192
- " env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
192
+ " env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
193
193
" failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
194
194
" filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
195
195
" flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -539,6 +539,14 @@ name = "crossbeam-utils"
539
539
version = " 0.5.0"
540
540
source = " registry+https://github.com/rust-lang/crates.io-index"
541
541
542
+ [[package ]]
543
+ name = " crossbeam-utils"
544
+ version = " 0.6.1"
545
+ source = " registry+https://github.com/rust-lang/crates.io-index"
546
+ dependencies = [
547
+ " cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
548
+ ]
549
+
542
550
[[package ]]
543
551
name = " crypto-hash"
544
552
version = " 0.3.1"
@@ -662,6 +670,18 @@ dependencies = [
662
670
" termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
663
671
]
664
672
673
+ [[package ]]
674
+ name = " env_logger"
675
+ version = " 0.6.0"
676
+ source = " registry+https://github.com/rust-lang/crates.io-index"
677
+ dependencies = [
678
+ " atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
679
+ " humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
680
+ " log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
681
+ " regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
682
+ " termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
683
+ ]
684
+
665
685
[[package ]]
666
686
name = " environment"
667
687
version = " 0.1.1"
@@ -731,6 +751,7 @@ version = "1.0.3"
731
751
source = " registry+https://github.com/rust-lang/crates.io-index"
732
752
dependencies = [
733
753
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
754
+ " libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
734
755
" miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
735
756
]
736
757
@@ -3211,6 +3232,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3211
3232
"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
3212
3233
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
3213
3234
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
3235
+ "checksum crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = " c55913cc2799171a550e307918c0a360e8c16004820291bf3b638969b4a01816"
3214
3236
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
3215
3237
"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
3216
3238
"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
@@ -3223,6 +3245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3223
3245
"checksum elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4837d77a1e157489a3933b743fd774ae75074e0e390b2b7f071530048a0d87ee"
3224
3246
"checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621"
3225
3247
"checksum env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = " f4d7e69c283751083d53d01eac767407343b8b69c4bd70058e08adc2637cb257"
3248
+ "checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
3226
3249
"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
3227
3250
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
3228
3251
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
0 commit comments