@@ -70,6 +70,12 @@ version = "1.3.2"
70
70
source = " registry+https://github.com/rust-lang/crates.io-index"
71
71
checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
72
72
73
+ [[package ]]
74
+ name = " bitflags"
75
+ version = " 2.4.0"
76
+ source = " registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = " b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
78
+
73
79
[[package ]]
74
80
name = " bstr"
75
81
version = " 1.4.0"
@@ -201,12 +207,12 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
201
207
202
208
[[package ]]
203
209
name = " env_logger"
204
- version = " 0.9.3 "
210
+ version = " 0.10.0 "
205
211
source = " registry+https://github.com/rust-lang/crates.io-index"
206
- checksum = " a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7 "
212
+ checksum = " 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0 "
207
213
dependencies = [
208
- " atty" ,
209
214
" humantime" ,
215
+ " is-terminal" ,
210
216
" log" ,
211
217
" regex" ,
212
218
" termcolor" ,
@@ -316,6 +322,17 @@ dependencies = [
316
322
" windows-sys 0.48.0" ,
317
323
]
318
324
325
+ [[package ]]
326
+ name = " is-terminal"
327
+ version = " 0.4.9"
328
+ source = " registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = " cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
330
+ dependencies = [
331
+ " hermit-abi 0.3.1" ,
332
+ " rustix 0.38.14" ,
333
+ " windows-sys 0.48.0" ,
334
+ ]
335
+
319
336
[[package ]]
320
337
name = " itoa"
321
338
version = " 1.0.6"
@@ -330,9 +347,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
330
347
331
348
[[package ]]
332
349
name = " libc"
333
- version = " 0.2.142 "
350
+ version = " 0.2.148 "
334
351
source = " registry+https://github.com/rust-lang/crates.io-index"
335
- checksum = " 6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317 "
352
+ checksum = " 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b "
336
353
337
354
[[package ]]
338
355
name = " libffi"
@@ -369,6 +386,12 @@ version = "0.3.7"
369
386
source = " registry+https://github.com/rust-lang/crates.io-index"
370
387
checksum = " ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
371
388
389
+ [[package ]]
390
+ name = " linux-raw-sys"
391
+ version = " 0.4.7"
392
+ source = " registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = " 1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
394
+
372
395
[[package ]]
373
396
name = " lock_api"
374
397
version = " 0.4.9"
@@ -454,7 +477,7 @@ version = "0.26.2"
454
477
source = " registry+https://github.com/rust-lang/crates.io-index"
455
478
checksum = " bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
456
479
dependencies = [
457
- " bitflags" ,
480
+ " bitflags 1.3.2 " ,
458
481
" cfg-if" ,
459
482
" libc" ,
460
483
" static_assertions" ,
@@ -581,7 +604,7 @@ version = "0.2.16"
581
604
source = " registry+https://github.com/rust-lang/crates.io-index"
582
605
checksum = " fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
583
606
dependencies = [
584
- " bitflags" ,
607
+ " bitflags 1.3.2 " ,
585
608
]
586
609
587
610
[[package ]]
@@ -590,7 +613,7 @@ version = "0.3.5"
590
613
source = " registry+https://github.com/rust-lang/crates.io-index"
591
614
checksum = " 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
592
615
dependencies = [
593
- " bitflags" ,
616
+ " bitflags 1.3.2 " ,
594
617
]
595
618
596
619
[[package ]]
@@ -655,11 +678,24 @@ version = "0.37.19"
655
678
source = " registry+https://github.com/rust-lang/crates.io-index"
656
679
checksum = " acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
657
680
dependencies = [
658
- " bitflags" ,
681
+ " bitflags 1.3.2 " ,
659
682
" errno" ,
660
683
" io-lifetimes" ,
661
684
" libc" ,
662
- " linux-raw-sys" ,
685
+ " linux-raw-sys 0.3.7" ,
686
+ " windows-sys 0.48.0" ,
687
+ ]
688
+
689
+ [[package ]]
690
+ name = " rustix"
691
+ version = " 0.38.14"
692
+ source = " registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = " 747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
694
+ dependencies = [
695
+ " bitflags 2.4.0" ,
696
+ " errno" ,
697
+ " libc" ,
698
+ " linux-raw-sys 0.4.7" ,
663
699
" windows-sys 0.48.0" ,
664
700
]
665
701
@@ -756,7 +792,7 @@ dependencies = [
756
792
" cfg-if" ,
757
793
" fastrand" ,
758
794
" redox_syscall 0.3.5" ,
759
- " rustix" ,
795
+ " rustix 0.37.19 " ,
760
796
" windows-sys 0.45.0" ,
761
797
]
762
798
0 commit comments