File tree Expand file tree Collapse file tree 2 files changed +18
-27
lines changed Expand file tree Collapse file tree 2 files changed +18
-27
lines changed Original file line number Diff line number Diff line change @@ -4191,7 +4191,7 @@ dependencies = [
41914191 " proc-macro2" ,
41924192 " quote" ,
41934193 " syn 2.0.29" ,
4194- " synstructure 0.13.0 " ,
4194+ " synstructure" ,
41954195]
41964196
41974197[[package ]]
@@ -5233,18 +5233,6 @@ dependencies = [
52335233 " unicode-ident" ,
52345234]
52355235
5236- [[package ]]
5237- name = " synstructure"
5238- version = " 0.12.6"
5239- source = " registry+https://github.com/rust-lang/crates.io-index"
5240- checksum = " f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
5241- dependencies = [
5242- " proc-macro2" ,
5243- " quote" ,
5244- " syn 1.0.109" ,
5245- " unicode-xid" ,
5246- ]
5247-
52485236[[package ]]
52495237name = " synstructure"
52505238version = " 0.13.0"
@@ -6386,35 +6374,35 @@ dependencies = [
63866374
63876375[[package ]]
63886376name = " yoke-derive"
6389- version = " 0.7.1 "
6377+ version = " 0.7.2 "
63906378source = " registry+https://github.com/rust-lang/crates.io-index"
6391- checksum = " af46c169923ed7516eef0aa32b56d2651b229f57458ebe46b49ddd6efef5b7a2 "
6379+ checksum = " d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f "
63926380dependencies = [
63936381 " proc-macro2" ,
63946382 " quote" ,
6395- " syn 1 .0.109 " ,
6396- " synstructure 0.12.6 " ,
6383+ " syn 2 .0.29 " ,
6384+ " synstructure" ,
63976385]
63986386
63996387[[package ]]
64006388name = " zerofrom"
6401- version = " 0.1.2 "
6389+ version = " 0.1.3 "
64026390source = " registry+https://github.com/rust-lang/crates.io-index"
6403- checksum = " df54d76c3251de27615dfcce21e636c172dafb2549cd7fd93e21c66f6ca6bea2 "
6391+ checksum = " 655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7 "
64046392dependencies = [
64056393 " zerofrom-derive" ,
64066394]
64076395
64086396[[package ]]
64096397name = " zerofrom-derive"
6410- version = " 0.1.2 "
6398+ version = " 0.1.3 "
64116399source = " registry+https://github.com/rust-lang/crates.io-index"
6412- checksum = " b4eae7c1f7d4b8eafce526bc0771449ddc2f250881ae31c50d22c032b5a1c499 "
6400+ checksum = " e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3 "
64136401dependencies = [
64146402 " proc-macro2" ,
64156403 " quote" ,
6416- " syn 1 .0.109 " ,
6417- " synstructure 0.12.6 " ,
6404+ " syn 2 .0.29 " ,
6405+ " synstructure" ,
64186406]
64196407
64206408[[package ]]
@@ -6430,14 +6418,13 @@ dependencies = [
64306418
64316419[[package ]]
64326420name = " zerovec-derive"
6433- version = " 0.9.4 "
6421+ version = " 0.10.0 "
64346422source = " registry+https://github.com/rust-lang/crates.io-index"
6435- checksum = " 486558732d5dde10d0f8cb2936507c1bb21bc539d924c949baf5f36a58e51bac "
6423+ checksum = " acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324 "
64366424dependencies = [
64376425 " proc-macro2" ,
64386426 " quote" ,
6439- " syn 1.0.109" ,
6440- " synstructure 0.12.6" ,
6427+ " syn 2.0.29" ,
64416428]
64426429
64436430[[package ]]
Original file line number Diff line number Diff line change @@ -418,7 +418,11 @@ const ICU4X_UNICODE_LICENSE_DEPENDENCIES: &[&str] = &[
418418 "tinystr" ,
419419 "writeable" ,
420420 "yoke" ,
421+ "yoke-derive" ,
422+ "zerofrom" ,
423+ "zerofrom-derive" ,
421424 "zerovec" ,
425+ "zerovec-derive" ,
422426 // tidy-alphabetical-end
423427] ;
424428
You can’t perform that action at this time.
0 commit comments