@@ -105,16 +105,23 @@ dependencies = [
105
105
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
106
106
]
107
107
108
+ [[package ]]
109
+ name = " autocfg"
110
+ version = " 0.1.4"
111
+ source = " registry+https://github.com/rust-lang/crates.io-index"
112
+
108
113
[[package ]]
109
114
name = " backtrace"
110
- version = " 0.3.11 "
115
+ version = " 0.3.25 "
111
116
source = " registry+https://github.com/rust-lang/crates.io-index"
112
117
dependencies = [
118
+ " autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
113
119
" backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" ,
114
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
120
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
121
+ " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
115
122
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
116
123
" rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
117
- " winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index) " ,
124
+ " rustc-std-workspace-core 1.0.0 " ,
118
125
]
119
126
120
127
[[package ]]
@@ -335,8 +342,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
335
342
336
343
[[package ]]
337
344
name = " cfg-if"
338
- version = " 0.1.6 "
345
+ version = " 0.1.8 "
339
346
source = " registry+https://github.com/rust-lang/crates.io-index"
347
+ dependencies = [
348
+ " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
349
+ " rustc-std-workspace-core 1.0.0" ,
350
+ ]
340
351
341
352
[[package ]]
342
353
name = " chalk-engine"
@@ -562,7 +573,7 @@ name = "crc32fast"
562
573
version = " 1.1.2"
563
574
source = " registry+https://github.com/rust-lang/crates.io-index"
564
575
dependencies = [
565
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
576
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
566
577
]
567
578
568
579
[[package ]]
@@ -598,7 +609,7 @@ version = "0.3.1"
598
609
source = " registry+https://github.com/rust-lang/crates.io-index"
599
610
dependencies = [
600
611
" arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
601
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
612
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
602
613
" crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
603
614
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
604
615
" memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -612,7 +623,7 @@ version = "0.7.0"
612
623
source = " registry+https://github.com/rust-lang/crates.io-index"
613
624
dependencies = [
614
625
" arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
615
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
626
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
616
627
" crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
617
628
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
618
629
" memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -624,15 +635,15 @@ name = "crossbeam-utils"
624
635
version = " 0.2.2"
625
636
source = " registry+https://github.com/rust-lang/crates.io-index"
626
637
dependencies = [
627
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
638
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
628
639
]
629
640
630
641
[[package ]]
631
642
name = " crossbeam-utils"
632
643
version = " 0.6.5"
633
644
source = " registry+https://github.com/rust-lang/crates.io-index"
634
645
dependencies = [
635
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
646
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
636
647
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
637
648
]
638
649
@@ -814,15 +825,15 @@ name = "error-chain"
814
825
version = " 0.11.0"
815
826
source = " registry+https://github.com/rust-lang/crates.io-index"
816
827
dependencies = [
817
- " backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
828
+ " backtrace 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
818
829
]
819
830
820
831
[[package ]]
821
832
name = " error-chain"
822
833
version = " 0.12.0"
823
834
source = " registry+https://github.com/rust-lang/crates.io-index"
824
835
dependencies = [
825
- " backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
836
+ " backtrace 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
826
837
]
827
838
828
839
[[package ]]
@@ -837,7 +848,7 @@ name = "failure"
837
848
version = " 0.1.5"
838
849
source = " registry+https://github.com/rust-lang/crates.io-index"
839
850
dependencies = [
840
- " backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
851
+ " backtrace 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
841
852
" failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
842
853
]
843
854
@@ -862,7 +873,7 @@ name = "filetime"
862
873
version = " 0.2.4"
863
874
source = " registry+https://github.com/rust-lang/crates.io-index"
864
875
dependencies = [
865
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
876
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
866
877
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
867
878
" redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
868
879
]
@@ -1356,7 +1367,7 @@ name = "log"
1356
1367
version = " 0.4.6"
1357
1368
source = " registry+https://github.com/rust-lang/crates.io-index"
1358
1369
dependencies = [
1359
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1370
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1360
1371
]
1361
1372
1362
1373
[[package ]]
@@ -1642,7 +1653,7 @@ name = "net2"
1642
1653
version = " 0.2.33"
1643
1654
source = " registry+https://github.com/rust-lang/crates.io-index"
1644
1655
dependencies = [
1645
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1656
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1646
1657
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1647
1658
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1648
1659
]
@@ -1711,7 +1722,7 @@ version = "0.10.16"
1711
1722
source = " registry+https://github.com/rust-lang/crates.io-index"
1712
1723
dependencies = [
1713
1724
" bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1714
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1725
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1715
1726
" foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1716
1727
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1717
1728
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1767,7 +1778,7 @@ name = "packed_simd"
1767
1778
version = " 0.3.1"
1768
1779
source = " registry+https://github.com/rust-lang/crates.io-index"
1769
1780
dependencies = [
1770
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1781
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1771
1782
]
1772
1783
1773
1784
[[package ]]
@@ -2351,7 +2362,7 @@ name = "rustc"
2351
2362
version = " 0.0.0"
2352
2363
dependencies = [
2353
2364
" arena 0.0.0" ,
2354
- " backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
2365
+ " backtrace 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
2355
2366
" bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2356
2367
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2357
2368
" chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2409,7 +2420,7 @@ name = "rustc-ap-rustc_data_structures"
2409
2420
version = " 407.0.0"
2410
2421
source = " registry+https://github.com/rust-lang/crates.io-index"
2411
2422
dependencies = [
2412
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2423
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2413
2424
" ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2414
2425
" jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
2415
2426
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2481,7 +2492,7 @@ name = "rustc-ap-syntax_pos"
2481
2492
version = " 407.0.0"
2482
2493
source = " registry+https://github.com/rust-lang/crates.io-index"
2483
2494
dependencies = [
2484
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2495
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2485
2496
" rustc-ap-arena 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2486
2497
" rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2487
2498
" rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2708,7 +2719,7 @@ dependencies = [
2708
2719
name = " rustc_data_structures"
2709
2720
version = " 0.0.0"
2710
2721
dependencies = [
2711
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2722
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2712
2723
" ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2713
2724
" graphviz 0.0.0" ,
2714
2725
" jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3291,7 +3302,7 @@ name = "socket2"
3291
3302
version = " 0.3.8"
3292
3303
source = " registry+https://github.com/rust-lang/crates.io-index"
3293
3304
dependencies = [
3294
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3305
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
3295
3306
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
3296
3307
" redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
3297
3308
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3307,7 +3318,7 @@ name = "std"
3307
3318
version = " 0.0.0"
3308
3319
dependencies = [
3309
3320
" alloc 0.0.0" ,
3310
- " backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" ,
3321
+ " backtrace 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
3311
3322
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
3312
3323
" compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
3313
3324
" core 0.0.0" ,
@@ -3319,7 +3330,6 @@ dependencies = [
3319
3330
" panic_unwind 0.0.0" ,
3320
3331
" profiler_builtins 0.0.0" ,
3321
3332
" rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3322
- " rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
3323
3333
" rustc_asan 0.0.0" ,
3324
3334
" rustc_lsan 0.0.0" ,
3325
3335
" rustc_msan 0.0.0" ,
@@ -3462,7 +3472,7 @@ name = "syntax_pos"
3462
3472
version = " 0.0.0"
3463
3473
dependencies = [
3464
3474
" arena 0.0.0" ,
3465
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3475
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
3466
3476
" rustc_data_structures 0.0.0" ,
3467
3477
" rustc_macros 0.1.0" ,
3468
3478
" scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3486,7 +3496,7 @@ name = "tempfile"
3486
3496
version = " 3.0.5"
3487
3497
source = " registry+https://github.com/rust-lang/crates.io-index"
3488
3498
dependencies = [
3489
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3499
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
3490
3500
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
3491
3501
" rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3492
3502
" redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4091,7 +4101,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4091
4101
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
4092
4102
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = " a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
4093
4103
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
4094
- "checksum backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 18b65ea1161bfb2dd6da6fade5edd4dbd08fba85012123dd333d2fd1b90b2782"
4104
+ "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
4105
+ "checksum backtrace 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" = " 1c50b4cb6d852a8567d98bb11c03f91ccec4dfbd88778bc1b92789c624081283"
4095
4106
"checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = " 6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
4096
4107
"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
4097
4108
"checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf"
@@ -4109,7 +4120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4109
4120
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
4110
4121
"checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
4111
4122
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = " 5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
4112
- "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4 "
4123
+ "checksum cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 89431bba4e6b7092fb5fcd00a6f6ca596c55cc26b2f1e6dcdd08a1f4933f66b2 "
4113
4124
"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
4114
4125
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
4115
4126
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
0 commit comments