Browse Source

Bump icu_list from 1.3.0 to 1.3.2 (#3352)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3353/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
7c85c87855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1463,9 +1463,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 = [
"databake",
"deduplicating_array",

2
Cargo.toml

@ -73,7 +73,7 @@ icu_datetime = { version = "~1.3.1", default-features = false }
icu_calendar = { version = "~1.3.2", default-features = false }
icu_collator = { version = "~1.3.0", default-features = false }
icu_plurals = { version = "~1.3.0", default-features = false }
icu_list = { version = "~1.3.0", default-features = false }
icu_list = { version = "~1.3.2", default-features = false }
icu_casemap = { version = "~1.3.1", default-features = false }
icu_segmenter = { version = "~1.3.0", default-features = false }
icu_datagen = { version = "~1.3.0", default-features = false }

Loading…
Cancel
Save