Skip to content

Commit 520a7a8

Browse files
build(deps): bump the icu4x group with 6 updates
Bumps the icu4x group with 6 updates: | Package | From | To | | --- | --- | --- | | [icu_locale_core](https://github.com/unicode-org/icu4x) | `2.0.0` | `2.1.1` | | [icu_normalizer](https://github.com/unicode-org/icu4x) | `2.0.0` | `2.1.1` | | [icu_normalizer_data](https://github.com/unicode-org/icu4x) | `2.0.0` | `2.1.1` | | [icu_properties](https://github.com/unicode-org/icu4x) | `2.0.1` | `2.1.1` | | [icu_properties_data](https://github.com/unicode-org/icu4x) | `2.0.1` | `2.1.1` | | [icu_provider](https://github.com/unicode-org/icu4x) | `2.0.0` | `2.1.1` | Updates `icu_locale_core` from 2.0.0 to 2.1.1 - [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) Updates `icu_normalizer` from 2.0.0 to 2.1.1 - [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) Updates `icu_normalizer_data` from 2.0.0 to 2.1.1 - [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) Updates `icu_properties` from 2.0.1 to 2.1.1 - [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) Updates `icu_properties_data` from 2.0.1 to 2.1.1 - [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) Updates `icu_provider` from 2.0.0 to 2.1.1 - [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) --- updated-dependencies: - dependency-name: icu_locale_core dependency-version: 2.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: icu4x - dependency-name: icu_normalizer dependency-version: 2.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: icu4x - dependency-name: icu_normalizer_data dependency-version: 2.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: icu4x - dependency-name: icu_properties dependency-version: 2.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: icu4x - dependency-name: icu_properties_data dependency-version: 2.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: icu4x - dependency-name: icu_provider dependency-version: 2.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: icu4x ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 502cf56 commit 520a7a8

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

Cargo.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,9 +1054,9 @@ dependencies = [
10541054

10551055
[[package]]
10561056
name = "icu_collections"
1057-
version = "2.0.0"
1057+
version = "2.1.1"
10581058
source = "registry+https://github.com/rust-lang/crates.io-index"
1059-
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1059+
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
10601060
dependencies = [
10611061
"displaydoc",
10621062
"potential_utf",
@@ -1067,9 +1067,9 @@ dependencies = [
10671067

10681068
[[package]]
10691069
name = "icu_locale_core"
1070-
version = "2.0.0"
1070+
version = "2.1.1"
10711071
source = "registry+https://github.com/rust-lang/crates.io-index"
1072-
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1072+
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
10731073
dependencies = [
10741074
"displaydoc",
10751075
"litemap",
@@ -1080,11 +1080,10 @@ dependencies = [
10801080

10811081
[[package]]
10821082
name = "icu_normalizer"
1083-
version = "2.0.0"
1083+
version = "2.1.1"
10841084
source = "registry+https://github.com/rust-lang/crates.io-index"
1085-
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1085+
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
10861086
dependencies = [
1087-
"displaydoc",
10881087
"icu_collections",
10891088
"icu_normalizer_data",
10901089
"icu_properties",
@@ -1095,42 +1094,38 @@ dependencies = [
10951094

10961095
[[package]]
10971096
name = "icu_normalizer_data"
1098-
version = "2.0.0"
1097+
version = "2.1.1"
10991098
source = "registry+https://github.com/rust-lang/crates.io-index"
1100-
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1099+
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
11011100

11021101
[[package]]
11031102
name = "icu_properties"
1104-
version = "2.0.1"
1103+
version = "2.1.1"
11051104
source = "registry+https://github.com/rust-lang/crates.io-index"
1106-
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1105+
checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
11071106
dependencies = [
1108-
"displaydoc",
11091107
"icu_collections",
11101108
"icu_locale_core",
11111109
"icu_properties_data",
11121110
"icu_provider",
1113-
"potential_utf",
11141111
"zerotrie",
11151112
"zerovec",
11161113
]
11171114

11181115
[[package]]
11191116
name = "icu_properties_data"
1120-
version = "2.0.1"
1117+
version = "2.1.1"
11211118
source = "registry+https://github.com/rust-lang/crates.io-index"
1122-
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1119+
checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
11231120

11241121
[[package]]
11251122
name = "icu_provider"
1126-
version = "2.0.0"
1123+
version = "2.1.1"
11271124
source = "registry+https://github.com/rust-lang/crates.io-index"
1128-
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1125+
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
11291126
dependencies = [
11301127
"displaydoc",
11311128
"icu_locale_core",
1132-
"stable_deref_trait",
1133-
"tinystr",
11341129
"writeable",
11351130
"yoke",
11361131
"zerofrom",
@@ -4582,7 +4577,6 @@ version = "0.8.0"
45824577
source = "registry+https://github.com/rust-lang/crates.io-index"
45834578
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
45844579
dependencies = [
4585-
"serde",
45864580
"stable_deref_trait",
45874581
"yoke-derive",
45884582
"zerofrom",

0 commit comments

Comments
 (0)