@@ -98,12 +98,12 @@ dependencies = [
9898
9999[[package ]]
100100name = " atty"
101- version = " 0.2.11 "
101+ version = " 0.2.14 "
102102source = " registry+https://github.com/rust-lang/crates.io-index"
103- checksum = " 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 "
103+ checksum = " d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 "
104104dependencies = [
105+ " hermit-abi" ,
105106 " libc" ,
106- " termion" ,
107107 " winapi 0.3.8" ,
108108]
109109
@@ -282,15 +282,6 @@ version = "1.0.0"
282282source = " registry+https://github.com/rust-lang/crates.io-index"
283283checksum = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
284284
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-
294285[[package ]]
295286name = " cargo"
296287version = " 0.46.0"
@@ -413,9 +404,9 @@ version = "0.1.0"
413404
414405[[package ]]
415406name = " cc"
416- version = " 1.0.52 "
407+ version = " 1.0.54 "
417408source = " registry+https://github.com/rust-lang/crates.io-index"
418- checksum = " c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d "
409+ checksum = " 7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311 "
419410dependencies = [
420411 " jobserver" ,
421412]
@@ -2624,9 +2615,9 @@ dependencies = [
26242615
26252616[[package ]]
26262617name = " ppv-lite86"
2627- version = " 0.2.6 "
2618+ version = " 0.2.8 "
26282619source = " registry+https://github.com/rust-lang/crates.io-index"
2629- checksum = " 74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b "
2620+ checksum = " 237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea "
26302621
26312622[[package ]]
26322623name = " precomputed-hash"
@@ -2841,7 +2832,7 @@ checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
28412832dependencies = [
28422833 " getrandom" ,
28432834 " libc" ,
2844- " rand_chacha 0.2.1 " ,
2835+ " rand_chacha 0.2.2 " ,
28452836 " rand_core 0.5.1" ,
28462837 " rand_hc 0.2.0" ,
28472838]
@@ -2858,11 +2849,11 @@ dependencies = [
28582849
28592850[[package ]]
28602851name = " rand_chacha"
2861- version = " 0.2.1 "
2852+ version = " 0.2.2 "
28622853source = " registry+https://github.com/rust-lang/crates.io-index"
2863- checksum = " 03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853 "
2854+ checksum = " f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 "
28642855dependencies = [
2865- " c2-chacha " ,
2856+ " ppv-lite86 " ,
28662857 " rand_core 0.5.1" ,
28672858]
28682859
@@ -3004,15 +2995,6 @@ version = "0.1.56"
30042995source = " registry+https://github.com/rust-lang/crates.io-index"
30052996checksum = " 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
30062997
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-
30162998[[package ]]
30172999name = " redox_users"
30183000version = " 0.3.0"
@@ -4983,17 +4965,6 @@ dependencies = [
49834965 " wincolor" ,
49844966]
49854967
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-
49974968[[package ]]
49984969name = " termize"
49994970version = " 0.1.1"
0 commit comments