build(deps): bump icu_list from 1.3.0 to 1.3.2

Bumps [icu_list](https://github.com/unicode-org/icu4x) from 1.3.0 to 1.3.2.
- [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/icu@1.3.0...icu@1.3.2)

---
updated-dependencies:
- dependency-name: icu_list
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-05 21:49:00 +00:00
committed by Quentin Gliech
parent 3f30fe3b7c
commit eb3d1ff08f
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -2210,9 +2210,9 @@ dependencies = [
[[package]]
name = "icu_list"
version = "1.3.0"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "880479cefad9670d4e07b832435539ceaa78b813bddc11fa504a0fd88871bea8"
checksum = "dc1a44bbed77a7e7b555f9d7dd4b43f75ec1402b438a901d20451943d50cbd90"
dependencies = [
"displaydoc",
"icu_list_data",
@@ -2224,9 +2224,9 @@ dependencies = [
[[package]]
name = "icu_list_data"
version = "1.3.0"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f0874b78501946c343c1cfb07fcae7ceceddba47b906d94af5b2730433de7a0"
checksum = "d3237583f0cb7feafabb567c4492fe9ef1d2d4113f6a8798a923273ea5de996d"
[[package]]
name = "icu_locid"

View File

@@ -9,7 +9,7 @@ repository.workspace = true
[dependencies]
camino.workspace = true
icu_list = { version = "1.3.0", features = ["compiled_data", "std"] }
icu_list = { version = "1.3.2", features = ["compiled_data", "std"] }
icu_locid = { version = "1.3.2", features = ["std",] }
icu_locid_transform = { version = "1.3.2", features = ["compiled_data", "std"] }
icu_plurals = { version = "1.3.0", features = ["compiled_data", "std"] }