File tree 2 files changed +5
-37
lines changed
2 files changed +5
-37
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ dependencies = [
142
142
" heck" ,
143
143
" proc-macro2" ,
144
144
" quote" ,
145
- " syn 2.0.8 " ,
145
+ " syn" ,
146
146
]
147
147
148
148
[[package ]]
@@ -228,16 +228,6 @@ dependencies = [
228
228
" typenum" ,
229
229
]
230
230
231
- [[package ]]
232
- name = " ctor"
233
- version = " 0.1.22"
234
- source = " registry+https://github.com/rust-lang/crates.io-index"
235
- checksum = " f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
236
- dependencies = [
237
- " quote" ,
238
- " syn 1.0.102" ,
239
- ]
240
-
241
231
[[package ]]
242
232
name = " diff"
243
233
version = " 0.1.12"
@@ -502,15 +492,6 @@ dependencies = [
502
492
" winapi" ,
503
493
]
504
494
505
- [[package ]]
506
- name = " output_vt100"
507
- version = " 0.1.3"
508
- source = " registry+https://github.com/rust-lang/crates.io-index"
509
- checksum = " 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
510
- dependencies = [
511
- " winapi" ,
512
- ]
513
-
514
495
[[package ]]
515
496
name = " pkg-config"
516
497
version = " 0.3.25"
@@ -519,13 +500,11 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
519
500
520
501
[[package ]]
521
502
name = " pretty_assertions"
522
- version = " 1.3 .0"
503
+ version = " 1.4 .0"
523
504
source = " registry+https://github.com/rust-lang/crates.io-index"
524
- checksum = " a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755 "
505
+ checksum = " af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66 "
525
506
dependencies = [
526
- " ctor" ,
527
507
" diff" ,
528
- " output_vt100" ,
529
508
" yansi" ,
530
509
]
531
510
@@ -657,7 +636,7 @@ checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
657
636
dependencies = [
658
637
" proc-macro2" ,
659
638
" quote" ,
660
- " syn 2.0.8 " ,
639
+ " syn" ,
661
640
]
662
641
663
642
[[package ]]
@@ -682,17 +661,6 @@ dependencies = [
682
661
" digest" ,
683
662
]
684
663
685
- [[package ]]
686
- name = " syn"
687
- version = " 1.0.102"
688
- source = " registry+https://github.com/rust-lang/crates.io-index"
689
- checksum = " 3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
690
- dependencies = [
691
- " proc-macro2" ,
692
- " quote" ,
693
- " unicode-ident" ,
694
- ]
695
-
696
664
[[package ]]
697
665
name = " syn"
698
666
version = " 2.0.8"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ features = [
78
78
]
79
79
80
80
[dev-dependencies ]
81
- pretty_assertions = " 1.2 "
81
+ pretty_assertions = " 1.4 "
82
82
83
83
[features ]
84
84
build-metrics = [" sysinfo" ]
You can’t perform that action at this time.
0 commit comments