@@ -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.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
188
+ " crossbeam-utils 0.5.0 (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.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
192
+ " env_logger 0.5.12 (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,14 +539,6 @@ 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
-
550
542
[[package ]]
551
543
name = " crypto-hash"
552
544
version = " 0.3.1"
@@ -670,18 +662,6 @@ dependencies = [
670
662
" termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
671
663
]
672
664
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
-
685
665
[[package ]]
686
666
name = " environment"
687
667
version = " 0.1.1"
@@ -751,7 +731,6 @@ version = "1.0.3"
751
731
source = " registry+https://github.com/rust-lang/crates.io-index"
752
732
dependencies = [
753
733
" 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)" ,
755
734
" miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
756
735
]
757
736
@@ -777,6 +756,14 @@ name = "foreign-types-shared"
777
756
version = " 0.1.1"
778
757
source = " registry+https://github.com/rust-lang/crates.io-index"
779
758
759
+ [[package ]]
760
+ name = " fortanix-sgx-abi"
761
+ version = " 0.0.0"
762
+ dependencies = [
763
+ " compiler_builtins 0.0.0" ,
764
+ " core 0.0.0" ,
765
+ ]
766
+
780
767
[[package ]]
781
768
name = " fs2"
782
769
version = " 0.4.3"
@@ -2705,6 +2692,7 @@ dependencies = [
2705
2692
" compiler_builtins 0.0.0" ,
2706
2693
" core 0.0.0" ,
2707
2694
" dlmalloc 0.0.0" ,
2695
+ " fortanix-sgx-abi 0.0.0" ,
2708
2696
" libc 0.0.0" ,
2709
2697
" panic_abort 0.0.0" ,
2710
2698
" panic_unwind 0.0.0" ,
@@ -3232,7 +3220,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3232
3220
"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
3233
3221
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
3234
3222
"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"
3236
3223
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
3237
3224
"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
3238
3225
"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
@@ -3245,7 +3232,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3245
3232
"checksum elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4837d77a1e157489a3933b743fd774ae75074e0e390b2b7f071530048a0d87ee"
3246
3233
"checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621"
3247
3234
"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"
3249
3235
"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
3250
3236
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
3251
3237
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
0 commit comments