Browse Source

Bump icu_collator from 1.3.2 to 1.3.3 (#3396)

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

---
updated-dependencies:
- dependency-name: icu_collator
  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/3397/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
20aebdfaae
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

@ -1345,9 +1345,9 @@ dependencies = [
[[package]] [[package]]
name = "icu_collator" name = "icu_collator"
version = "1.3.2" version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2223603c703f1f6395206b2c0196b4cacc70f3ac4560f92c9386c1a416f92ef6" checksum = "be493c81154545a00fc5196e814cae0e1470bc696d518b5df877049aa6bcefe1"
dependencies = [ dependencies = [
"databake", "databake",
"displaydoc", "displaydoc",

2
Cargo.toml

@ -71,7 +71,7 @@ icu_locid = { version = "~1.3.2", default-features = false }
icu_locid_transform = { version = "~1.3.1", default-features = false } icu_locid_transform = { version = "~1.3.1", default-features = false }
icu_datetime = { version = "~1.3.2", default-features = false } icu_datetime = { version = "~1.3.2", default-features = false }
icu_calendar = { version = "~1.3.2", default-features = false } icu_calendar = { version = "~1.3.2", default-features = false }
icu_collator = { version = "~1.3.2", default-features = false } icu_collator = { version = "~1.3.3", default-features = false }
icu_plurals = { version = "~1.3.0", default-features = false } icu_plurals = { version = "~1.3.0", default-features = false }
icu_list = { version = "~1.3.2", default-features = false } icu_list = { version = "~1.3.2", default-features = false }
icu_casemap = { version = "~1.3.2", default-features = false } icu_casemap = { version = "~1.3.2", default-features = false }

Loading…
Cancel
Save