@@ -58,6 +58,9 @@ dependencies = [
58
58
" tar" ,
59
59
" termcolor" ,
60
60
" toml" ,
61
+ " tracing" ,
62
+ " tracing-subscriber" ,
63
+ " tracing-tree" ,
61
64
" walkdir" ,
62
65
" windows 0.52.0" ,
63
66
" xz2" ,
@@ -70,7 +73,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
70
73
checksum = " 40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
71
74
dependencies = [
72
75
" memchr" ,
73
- " regex-automata" ,
76
+ " regex-automata 0.4.9 " ,
74
77
" serde" ,
75
78
]
76
79
@@ -271,8 +274,8 @@ dependencies = [
271
274
" aho-corasick" ,
272
275
" bstr" ,
273
276
" log" ,
274
- " regex-automata" ,
275
- " regex-syntax" ,
277
+ " regex-automata 0.4.9 " ,
278
+ " regex-syntax 0.8.5 " ,
276
279
]
277
280
278
281
[[package ]]
@@ -300,7 +303,7 @@ dependencies = [
300
303
" globset" ,
301
304
" log" ,
302
305
" memchr" ,
303
- " regex-automata" ,
306
+ " regex-automata 0.4.9 " ,
304
307
" same-file" ,
305
308
" walkdir" ,
306
309
" winapi-util" ,
@@ -322,6 +325,12 @@ dependencies = [
322
325
" windows-sys 0.52.0" ,
323
326
]
324
327
328
+ [[package ]]
329
+ name = " lazy_static"
330
+ version = " 1.5.0"
331
+ source = " registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = " bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
333
+
325
334
[[package ]]
326
335
name = " libc"
327
336
version = " 0.2.167"
@@ -362,6 +371,15 @@ dependencies = [
362
371
" pkg-config" ,
363
372
]
364
373
374
+ [[package ]]
375
+ name = " matchers"
376
+ version = " 0.1.0"
377
+ source = " registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = " 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
379
+ dependencies = [
380
+ " regex-automata 0.1.10" ,
381
+ ]
382
+
365
383
[[package ]]
366
384
name = " memchr"
367
385
version = " 2.7.4"
@@ -377,6 +395,25 @@ dependencies = [
377
395
" winapi" ,
378
396
]
379
397
398
+ [[package ]]
399
+ name = " nu-ansi-term"
400
+ version = " 0.46.0"
401
+ source = " registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = " 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
403
+ dependencies = [
404
+ " overload" ,
405
+ " winapi" ,
406
+ ]
407
+
408
+ [[package ]]
409
+ name = " nu-ansi-term"
410
+ version = " 0.50.1"
411
+ source = " registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = " d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
413
+ dependencies = [
414
+ " windows-sys 0.52.0" ,
415
+ ]
416
+
380
417
[[package ]]
381
418
name = " object"
382
419
version = " 0.36.5"
@@ -386,6 +423,12 @@ dependencies = [
386
423
" memchr" ,
387
424
]
388
425
426
+ [[package ]]
427
+ name = " once_cell"
428
+ version = " 1.20.2"
429
+ source = " registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = " 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
431
+
389
432
[[package ]]
390
433
name = " opener"
391
434
version = " 0.5.2"
@@ -396,6 +439,18 @@ dependencies = [
396
439
" winapi" ,
397
440
]
398
441
442
+ [[package ]]
443
+ name = " overload"
444
+ version = " 0.1.1"
445
+ source = " registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = " b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
447
+
448
+ [[package ]]
449
+ name = " pin-project-lite"
450
+ version = " 0.2.16"
451
+ source = " registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = " 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
453
+
399
454
[[package ]]
400
455
name = " pkg-config"
401
456
version = " 0.3.31"
@@ -439,6 +494,27 @@ dependencies = [
439
494
" bitflags" ,
440
495
]
441
496
497
+ [[package ]]
498
+ name = " regex"
499
+ version = " 1.11.1"
500
+ source = " registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = " b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
502
+ dependencies = [
503
+ " aho-corasick" ,
504
+ " memchr" ,
505
+ " regex-automata 0.4.9" ,
506
+ " regex-syntax 0.8.5" ,
507
+ ]
508
+
509
+ [[package ]]
510
+ name = " regex-automata"
511
+ version = " 0.1.10"
512
+ source = " registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = " 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
514
+ dependencies = [
515
+ " regex-syntax 0.6.29" ,
516
+ ]
517
+
442
518
[[package ]]
443
519
name = " regex-automata"
444
520
version = " 0.4.9"
@@ -447,9 +523,15 @@ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
447
523
dependencies = [
448
524
" aho-corasick" ,
449
525
" memchr" ,
450
- " regex-syntax" ,
526
+ " regex-syntax 0.8.5 " ,
451
527
]
452
528
529
+ [[package ]]
530
+ name = " regex-syntax"
531
+ version = " 0.6.29"
532
+ source = " registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = " f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
534
+
453
535
[[package ]]
454
536
name = " regex-syntax"
455
537
version = " 0.8.5"
@@ -539,12 +621,27 @@ dependencies = [
539
621
" digest" ,
540
622
]
541
623
624
+ [[package ]]
625
+ name = " sharded-slab"
626
+ version = " 0.1.7"
627
+ source = " registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = " f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
629
+ dependencies = [
630
+ " lazy_static" ,
631
+ ]
632
+
542
633
[[package ]]
543
634
name = " shlex"
544
635
version = " 1.3.0"
545
636
source = " registry+https://github.com/rust-lang/crates.io-index"
546
637
checksum = " 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
547
638
639
+ [[package ]]
640
+ name = " smallvec"
641
+ version = " 1.13.2"
642
+ source = " registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = " 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
644
+
548
645
[[package ]]
549
646
name = " syn"
550
647
version = " 2.0.87"
@@ -589,6 +686,16 @@ dependencies = [
589
686
" winapi-util" ,
590
687
]
591
688
689
+ [[package ]]
690
+ name = " thread_local"
691
+ version = " 1.1.8"
692
+ source = " registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = " 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
694
+ dependencies = [
695
+ " cfg-if" ,
696
+ " once_cell" ,
697
+ ]
698
+
592
699
[[package ]]
593
700
name = " toml"
594
701
version = " 0.5.11"
@@ -598,6 +705,79 @@ dependencies = [
598
705
" serde" ,
599
706
]
600
707
708
+ [[package ]]
709
+ name = " tracing"
710
+ version = " 0.1.41"
711
+ source = " registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = " 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
713
+ dependencies = [
714
+ " pin-project-lite" ,
715
+ " tracing-attributes" ,
716
+ " tracing-core" ,
717
+ ]
718
+
719
+ [[package ]]
720
+ name = " tracing-attributes"
721
+ version = " 0.1.28"
722
+ source = " registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = " 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
724
+ dependencies = [
725
+ " proc-macro2" ,
726
+ " quote" ,
727
+ " syn" ,
728
+ ]
729
+
730
+ [[package ]]
731
+ name = " tracing-core"
732
+ version = " 0.1.33"
733
+ source = " registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = " e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
735
+ dependencies = [
736
+ " once_cell" ,
737
+ " valuable" ,
738
+ ]
739
+
740
+ [[package ]]
741
+ name = " tracing-log"
742
+ version = " 0.2.0"
743
+ source = " registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = " ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
745
+ dependencies = [
746
+ " log" ,
747
+ " once_cell" ,
748
+ " tracing-core" ,
749
+ ]
750
+
751
+ [[package ]]
752
+ name = " tracing-subscriber"
753
+ version = " 0.3.19"
754
+ source = " registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = " e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
756
+ dependencies = [
757
+ " matchers" ,
758
+ " nu-ansi-term 0.46.0" ,
759
+ " once_cell" ,
760
+ " regex" ,
761
+ " sharded-slab" ,
762
+ " smallvec" ,
763
+ " thread_local" ,
764
+ " tracing" ,
765
+ " tracing-core" ,
766
+ " tracing-log" ,
767
+ ]
768
+
769
+ [[package ]]
770
+ name = " tracing-tree"
771
+ version = " 0.4.0"
772
+ source = " registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = " f459ca79f1b0d5f71c54ddfde6debfc59c8b6eeb46808ae492077f739dc7b49c"
774
+ dependencies = [
775
+ " nu-ansi-term 0.50.1" ,
776
+ " tracing-core" ,
777
+ " tracing-log" ,
778
+ " tracing-subscriber" ,
779
+ ]
780
+
601
781
[[package ]]
602
782
name = " typenum"
603
783
version = " 1.17.0"
@@ -610,6 +790,12 @@ version = "1.0.13"
610
790
source = " registry+https://github.com/rust-lang/crates.io-index"
611
791
checksum = " e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
612
792
793
+ [[package ]]
794
+ name = " valuable"
795
+ version = " 0.1.0"
796
+ source = " registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = " 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
798
+
613
799
[[package ]]
614
800
name = " version_check"
615
801
version = " 0.9.5"
0 commit comments