@@ -97,18 +97,12 @@ dependencies = [
97
97
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
98
98
]
99
99
100
- [[package ]]
101
- name = " autocfg"
102
- version = " 0.1.4"
103
- source = " registry+https://github.com/rust-lang/crates.io-index"
104
-
105
100
[[package ]]
106
101
name = " backtrace"
107
- version = " 0.3.29 "
102
+ version = " 0.3.33 "
108
103
source = " registry+https://github.com/rust-lang/crates.io-index"
109
104
dependencies = [
110
- " autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
111
- " backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" ,
105
+ " backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" ,
112
106
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
113
107
" compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
114
108
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -118,7 +112,7 @@ dependencies = [
118
112
119
113
[[package ]]
120
114
name = " backtrace-sys"
121
- version = " 0.1.27 "
115
+ version = " 0.1.30 "
122
116
source = " registry+https://github.com/rust-lang/crates.io-index"
123
117
dependencies = [
124
118
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -868,7 +862,7 @@ name = "error-chain"
868
862
version = " 0.12.0"
869
863
source = " registry+https://github.com/rust-lang/crates.io-index"
870
864
dependencies = [
871
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
865
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
872
866
]
873
867
874
868
[[package ]]
@@ -883,7 +877,7 @@ name = "failure"
883
877
version = " 0.1.5"
884
878
source = " registry+https://github.com/rust-lang/crates.io-index"
885
879
dependencies = [
886
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
880
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
887
881
" failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
888
882
]
889
883
@@ -2513,7 +2507,7 @@ name = "rustc"
2513
2507
version = " 0.0.0"
2514
2508
dependencies = [
2515
2509
" arena 0.0.0" ,
2516
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
2510
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2517
2511
" bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2518
2512
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2519
2513
" chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3491,7 +3485,7 @@ name = "std"
3491
3485
version = " 0.0.0"
3492
3486
dependencies = [
3493
3487
" alloc 0.0.0" ,
3494
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
3488
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
3495
3489
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
3496
3490
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
3497
3491
" compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4308,9 +4302,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4308
4302
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
4309
4303
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = " a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
4310
4304
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
4311
- "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
4312
- "checksum backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" = " 2d631cd7af21b7ff796293f1990104e3cdb606852863bac32f000c193aa35dfb"
4313
- "checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = " 6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
4305
+ "checksum backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" = " 88fb679bc9af8fa639198790a77f52d345fe13656c08b43afa9424c206b731c6"
4306
+ "checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = " 5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61"
4314
4307
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
4315
4308
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
4316
4309
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = " 5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
0 commit comments