@@ -98,12 +98,12 @@ dependencies = [
98
98
99
99
[[package ]]
100
100
name = " atty"
101
- version = " 0.2.11 "
101
+ version = " 0.2.14 "
102
102
source = " registry+https://github.com/rust-lang/crates.io-index"
103
- checksum = " 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 "
103
+ checksum = " d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 "
104
104
dependencies = [
105
+ " hermit-abi" ,
105
106
" libc" ,
106
- " termion" ,
107
107
" winapi 0.3.8" ,
108
108
]
109
109
@@ -282,15 +282,6 @@ version = "1.0.0"
282
282
source = " registry+https://github.com/rust-lang/crates.io-index"
283
283
checksum = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
284
284
285
- [[package ]]
286
- name = " c2-chacha"
287
- version = " 0.2.3"
288
- source = " registry+https://github.com/rust-lang/crates.io-index"
289
- checksum = " 214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
290
- dependencies = [
291
- " ppv-lite86" ,
292
- ]
293
-
294
285
[[package ]]
295
286
name = " cargo"
296
287
version = " 0.46.0"
@@ -413,9 +404,9 @@ version = "0.1.0"
413
404
414
405
[[package ]]
415
406
name = " cc"
416
- version = " 1.0.52 "
407
+ version = " 1.0.54 "
417
408
source = " registry+https://github.com/rust-lang/crates.io-index"
418
- checksum = " c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d "
409
+ checksum = " 7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311 "
419
410
dependencies = [
420
411
" jobserver" ,
421
412
]
@@ -2624,9 +2615,9 @@ dependencies = [
2624
2615
2625
2616
[[package ]]
2626
2617
name = " ppv-lite86"
2627
- version = " 0.2.6 "
2618
+ version = " 0.2.8 "
2628
2619
source = " registry+https://github.com/rust-lang/crates.io-index"
2629
- checksum = " 74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b "
2620
+ checksum = " 237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea "
2630
2621
2631
2622
[[package ]]
2632
2623
name = " precomputed-hash"
@@ -2841,7 +2832,7 @@ checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2841
2832
dependencies = [
2842
2833
" getrandom" ,
2843
2834
" libc" ,
2844
- " rand_chacha 0.2.1 " ,
2835
+ " rand_chacha 0.2.2 " ,
2845
2836
" rand_core 0.5.1" ,
2846
2837
" rand_hc 0.2.0" ,
2847
2838
]
@@ -2858,11 +2849,11 @@ dependencies = [
2858
2849
2859
2850
[[package ]]
2860
2851
name = " rand_chacha"
2861
- version = " 0.2.1 "
2852
+ version = " 0.2.2 "
2862
2853
source = " registry+https://github.com/rust-lang/crates.io-index"
2863
- checksum = " 03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853 "
2854
+ checksum = " f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 "
2864
2855
dependencies = [
2865
- " c2-chacha " ,
2856
+ " ppv-lite86 " ,
2866
2857
" rand_core 0.5.1" ,
2867
2858
]
2868
2859
@@ -3004,15 +2995,6 @@ version = "0.1.56"
3004
2995
source = " registry+https://github.com/rust-lang/crates.io-index"
3005
2996
checksum = " 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
3006
2997
3007
- [[package ]]
3008
- name = " redox_termios"
3009
- version = " 0.1.1"
3010
- source = " registry+https://github.com/rust-lang/crates.io-index"
3011
- checksum = " 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
3012
- dependencies = [
3013
- " redox_syscall" ,
3014
- ]
3015
-
3016
2998
[[package ]]
3017
2999
name = " redox_users"
3018
3000
version = " 0.3.0"
@@ -4983,17 +4965,6 @@ dependencies = [
4983
4965
" wincolor" ,
4984
4966
]
4985
4967
4986
- [[package ]]
4987
- name = " termion"
4988
- version = " 1.5.1"
4989
- source = " registry+https://github.com/rust-lang/crates.io-index"
4990
- checksum = " 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
4991
- dependencies = [
4992
- " libc" ,
4993
- " redox_syscall" ,
4994
- " redox_termios" ,
4995
- ]
4996
-
4997
4968
[[package ]]
4998
4969
name = " termize"
4999
4970
version = " 0.1.1"
0 commit comments