@@ -32,17 +32,6 @@ version = "1.0.71"
3232source = " registry+https://github.com/rust-lang/crates.io-index"
3333checksum = " 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
3434
35- [[package ]]
36- name = " atty"
37- version = " 0.2.14"
38- source = " registry+https://github.com/rust-lang/crates.io-index"
39- checksum = " d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
40- dependencies = [
41- " hermit-abi 0.1.19" ,
42- " libc" ,
43- " winapi" ,
44- ]
45-
4635[[package ]]
4736name = " autocfg"
4837version = " 1.1.0"
@@ -70,6 +59,12 @@ version = "1.3.2"
7059source = " registry+https://github.com/rust-lang/crates.io-index"
7160checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
7261
62+ [[package ]]
63+ name = " bitflags"
64+ version = " 2.4.0"
65+ source = " registry+https://github.com/rust-lang/crates.io-index"
66+ checksum = " b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
67+
7368[[package ]]
7469name = " bstr"
7570version = " 1.4.0"
@@ -155,13 +150,13 @@ dependencies = [
155150
156151[[package ]]
157152name = " colored"
158- version = " 2.0.0 "
153+ version = " 2.0.4 "
159154source = " registry+https://github.com/rust-lang/crates.io-index"
160- checksum = " b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd "
155+ checksum = " 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 "
161156dependencies = [
162- " atty " ,
157+ " is-terminal " ,
163158 " lazy_static" ,
164- " winapi " ,
159+ " windows-sys 0.48.0 " ,
165160]
166161
167162[[package ]]
@@ -201,12 +196,12 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
201196
202197[[package ]]
203198name = " env_logger"
204- version = " 0.9.3 "
199+ version = " 0.10.0 "
205200source = " registry+https://github.com/rust-lang/crates.io-index"
206- checksum = " a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7 "
201+ checksum = " 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0 "
207202dependencies = [
208- " atty" ,
209203 " humantime" ,
204+ " is-terminal" ,
210205 " log" ,
211206 " regex" ,
212207 " termcolor" ,
@@ -269,15 +264,6 @@ version = "0.27.2"
269264source = " registry+https://github.com/rust-lang/crates.io-index"
270265checksum = " ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
271266
272- [[package ]]
273- name = " hermit-abi"
274- version = " 0.1.19"
275- source = " registry+https://github.com/rust-lang/crates.io-index"
276- checksum = " 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
277- dependencies = [
278- " libc" ,
279- ]
280-
281267[[package ]]
282268name = " hermit-abi"
283269version = " 0.3.1"
@@ -311,11 +297,22 @@ version = "1.0.10"
311297source = " registry+https://github.com/rust-lang/crates.io-index"
312298checksum = " 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
313299dependencies = [
314- " hermit-abi 0.3.1 " ,
300+ " hermit-abi" ,
315301 " libc" ,
316302 " windows-sys 0.48.0" ,
317303]
318304
305+ [[package ]]
306+ name = " is-terminal"
307+ version = " 0.4.9"
308+ source = " registry+https://github.com/rust-lang/crates.io-index"
309+ checksum = " cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
310+ dependencies = [
311+ " hermit-abi" ,
312+ " rustix 0.38.14" ,
313+ " windows-sys 0.48.0" ,
314+ ]
315+
319316[[package ]]
320317name = " itoa"
321318version = " 1.0.6"
@@ -330,9 +327,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
330327
331328[[package ]]
332329name = " libc"
333- version = " 0.2.142 "
330+ version = " 0.2.148 "
334331source = " registry+https://github.com/rust-lang/crates.io-index"
335- checksum = " 6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317 "
332+ checksum = " 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b "
336333
337334[[package ]]
338335name = " libffi"
@@ -369,6 +366,12 @@ version = "0.3.7"
369366source = " registry+https://github.com/rust-lang/crates.io-index"
370367checksum = " ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
371368
369+ [[package ]]
370+ name = " linux-raw-sys"
371+ version = " 0.4.7"
372+ source = " registry+https://github.com/rust-lang/crates.io-index"
373+ checksum = " 1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
374+
372375[[package ]]
373376name = " lock_api"
374377version = " 0.4.9"
@@ -454,7 +457,7 @@ version = "0.26.2"
454457source = " registry+https://github.com/rust-lang/crates.io-index"
455458checksum = " bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
456459dependencies = [
457- " bitflags" ,
460+ " bitflags 1.3.2 " ,
458461 " cfg-if" ,
459462 " libc" ,
460463 " static_assertions" ,
@@ -581,7 +584,7 @@ version = "0.2.16"
581584source = " registry+https://github.com/rust-lang/crates.io-index"
582585checksum = " fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
583586dependencies = [
584- " bitflags" ,
587+ " bitflags 1.3.2 " ,
585588]
586589
587590[[package ]]
@@ -590,7 +593,7 @@ version = "0.3.5"
590593source = " registry+https://github.com/rust-lang/crates.io-index"
591594checksum = " 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
592595dependencies = [
593- " bitflags" ,
596+ " bitflags 1.3.2 " ,
594597]
595598
596599[[package ]]
@@ -655,11 +658,24 @@ version = "0.37.19"
655658source = " registry+https://github.com/rust-lang/crates.io-index"
656659checksum = " acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
657660dependencies = [
658- " bitflags" ,
661+ " bitflags 1.3.2 " ,
659662 " errno" ,
660663 " io-lifetimes" ,
661664 " libc" ,
662- " linux-raw-sys" ,
665+ " linux-raw-sys 0.3.7" ,
666+ " windows-sys 0.48.0" ,
667+ ]
668+
669+ [[package ]]
670+ name = " rustix"
671+ version = " 0.38.14"
672+ source = " registry+https://github.com/rust-lang/crates.io-index"
673+ checksum = " 747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
674+ dependencies = [
675+ " bitflags 2.4.0" ,
676+ " errno" ,
677+ " libc" ,
678+ " linux-raw-sys 0.4.7" ,
663679 " windows-sys 0.48.0" ,
664680]
665681
@@ -756,7 +772,7 @@ dependencies = [
756772 " cfg-if" ,
757773 " fastrand" ,
758774 " redox_syscall 0.3.5" ,
759- " rustix" ,
775+ " rustix 0.37.19 " ,
760776 " windows-sys 0.45.0" ,
761777]
762778
0 commit comments