Skip to content

Commit d8e9d30

Browse files
build(deps): bump the unicode-org group with 8 updates (#4486)
Bumps the unicode-org group with 8 updates: | Package | From | To | | --- | --- | --- | | [icu_locale_core](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.2.0` | | [icu_normalizer](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.2.0` | | [icu_normalizer_data](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.2.0` | | [icu_properties](https://github.com/unicode-org/icu4x) | `2.1.2` | `2.2.0` | | [icu_properties_data](https://github.com/unicode-org/icu4x) | `2.1.2` | `2.2.0` | | [icu_provider](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.2.0` | | [potential_utf](https://github.com/unicode-org/icu4x) | `0.1.4` | `0.1.5` | | [writeable](https://github.com/unicode-org/icu4x) | `0.6.2` | `0.6.3` | Updates `icu_locale_core` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/icu@2.2.0) Updates `icu_normalizer` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/icu@2.2.0) Updates `icu_normalizer_data` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/icu@2.2.0) Updates `icu_properties` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/icu@2.2.0) Updates `icu_properties_data` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/icu@2.2.0) Updates `icu_provider` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/icu@2.2.0) Updates `potential_utf` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/databake@0.1.5) Updates `writeable` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/compare/ind/ixdtf@0.6.2...ind/ixdtf@0.6.3) --- updated-dependencies: - dependency-name: icu_locale_core dependency-version: 2.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: unicode-org - dependency-name: icu_normalizer dependency-version: 2.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: unicode-org - dependency-name: icu_normalizer_data dependency-version: 2.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: unicode-org - dependency-name: icu_properties dependency-version: 2.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: unicode-org - dependency-name: icu_properties_data dependency-version: 2.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: unicode-org - dependency-name: icu_provider dependency-version: 2.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: unicode-org - dependency-name: potential_utf dependency-version: 0.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: unicode-org - dependency-name: writeable dependency-version: 0.6.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: unicode-org ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3d7363 commit d8e9d30

1 file changed

Lines changed: 31 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,22 +1046,23 @@ dependencies = [
10461046

10471047
[[package]]
10481048
name = "icu_collections"
1049-
version = "2.1.1"
1049+
version = "2.2.0"
10501050
source = "registry+https://github.com/rust-lang/crates.io-index"
1051-
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1051+
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
10521052
dependencies = [
10531053
"displaydoc",
10541054
"potential_utf",
1055+
"utf8_iter",
10551056
"yoke",
10561057
"zerofrom",
10571058
"zerovec",
10581059
]
10591060

10601061
[[package]]
10611062
name = "icu_locale_core"
1062-
version = "2.1.1"
1063+
version = "2.2.0"
10631064
source = "registry+https://github.com/rust-lang/crates.io-index"
1064-
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1065+
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
10651066
dependencies = [
10661067
"displaydoc",
10671068
"litemap",
@@ -1072,9 +1073,9 @@ dependencies = [
10721073

10731074
[[package]]
10741075
name = "icu_normalizer"
1075-
version = "2.1.1"
1076+
version = "2.2.0"
10761077
source = "registry+https://github.com/rust-lang/crates.io-index"
1077-
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1078+
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
10781079
dependencies = [
10791080
"icu_collections",
10801081
"icu_normalizer_data",
@@ -1086,15 +1087,15 @@ dependencies = [
10861087

10871088
[[package]]
10881089
name = "icu_normalizer_data"
1089-
version = "2.1.1"
1090+
version = "2.2.0"
10901091
source = "registry+https://github.com/rust-lang/crates.io-index"
1091-
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1092+
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
10921093

10931094
[[package]]
10941095
name = "icu_properties"
1095-
version = "2.1.2"
1096+
version = "2.2.0"
10961097
source = "registry+https://github.com/rust-lang/crates.io-index"
1097-
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1098+
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
10981099
dependencies = [
10991100
"icu_collections",
11001101
"icu_locale_core",
@@ -1106,15 +1107,15 @@ dependencies = [
11061107

11071108
[[package]]
11081109
name = "icu_properties_data"
1109-
version = "2.1.2"
1110+
version = "2.2.0"
11101111
source = "registry+https://github.com/rust-lang/crates.io-index"
1111-
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1112+
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
11121113

11131114
[[package]]
11141115
name = "icu_provider"
1115-
version = "2.1.1"
1116+
version = "2.2.0"
11161117
source = "registry+https://github.com/rust-lang/crates.io-index"
1117-
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1118+
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
11181119
dependencies = [
11191120
"displaydoc",
11201121
"icu_locale_core",
@@ -3042,9 +3043,9 @@ dependencies = [
30423043

30433044
[[package]]
30443045
name = "potential_utf"
3045-
version = "0.1.4"
3046+
version = "0.1.5"
30463047
source = "registry+https://github.com/rust-lang/crates.io-index"
3047-
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
3048+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
30483049
dependencies = [
30493050
"zerovec",
30503051
]
@@ -3870,9 +3871,9 @@ dependencies = [
38703871

38713872
[[package]]
38723873
name = "tinystr"
3873-
version = "0.8.2"
3874+
version = "0.8.3"
38743875
source = "registry+https://github.com/rust-lang/crates.io-index"
3875-
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3876+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
38763877
dependencies = [
38773878
"displaydoc",
38783879
"zerovec",
@@ -4614,9 +4615,9 @@ dependencies = [
46144615

46154616
[[package]]
46164617
name = "writeable"
4617-
version = "0.6.2"
4618+
version = "0.6.3"
46184619
source = "registry+https://github.com/rust-lang/crates.io-index"
4619-
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4620+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
46204621

46214622
[[package]]
46224623
name = "x509-parser"
@@ -4647,9 +4648,9 @@ dependencies = [
46474648

46484649
[[package]]
46494650
name = "yoke"
4650-
version = "0.8.1"
4651+
version = "0.8.2"
46514652
source = "registry+https://github.com/rust-lang/crates.io-index"
4652-
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4653+
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
46534654
dependencies = [
46544655
"stable_deref_trait",
46554656
"yoke-derive",
@@ -4658,9 +4659,9 @@ dependencies = [
46584659

46594660
[[package]]
46604661
name = "yoke-derive"
4661-
version = "0.8.1"
4662+
version = "0.8.2"
46624663
source = "registry+https://github.com/rust-lang/crates.io-index"
4663-
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4664+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
46644665
dependencies = [
46654666
"proc-macro2",
46664667
"quote",
@@ -4738,9 +4739,9 @@ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
47384739

47394740
[[package]]
47404741
name = "zerotrie"
4741-
version = "0.2.3"
4742+
version = "0.2.4"
47424743
source = "registry+https://github.com/rust-lang/crates.io-index"
4743-
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4744+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
47444745
dependencies = [
47454746
"displaydoc",
47464747
"yoke",
@@ -4749,9 +4750,9 @@ dependencies = [
47494750

47504751
[[package]]
47514752
name = "zerovec"
4752-
version = "0.11.5"
4753+
version = "0.11.6"
47534754
source = "registry+https://github.com/rust-lang/crates.io-index"
4754-
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4755+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
47554756
dependencies = [
47564757
"yoke",
47574758
"zerofrom",
@@ -4760,9 +4761,9 @@ dependencies = [
47604761

47614762
[[package]]
47624763
name = "zerovec-derive"
4763-
version = "0.11.2"
4764+
version = "0.11.3"
47644765
source = "registry+https://github.com/rust-lang/crates.io-index"
4765-
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4766+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
47664767
dependencies = [
47674768
"proc-macro2",
47684769
"quote",

0 commit comments

Comments
 (0)