Browse Source

Bump icu_segmenter from 1.3.0 to 1.3.2 (#3359)

Bumps [icu_segmenter](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_segmenter
  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/3361/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
483fe02675
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

@ -1640,9 +1640,9 @@ dependencies = [
[[package]]
name = "icu_segmenter"
version = "1.3.0"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9221a9db12a8026cd94f3a171a6514763daafadd64bc0f127c05a5f09836ded"
checksum = "bcb3c1981ce2187a745f391a741cb14e77453325acb3b2e014b05da51c0a39f2"
dependencies = [
"core_maths",
"databake",

2
Cargo.toml

@ -75,7 +75,7 @@ icu_collator = { version = "~1.3.2", default-features = false }
icu_plurals = { version = "~1.3.0", default-features = false }
icu_list = { version = "~1.3.2", default-features = false }
icu_casemap = { version = "~1.3.2", default-features = false }
icu_segmenter = { version = "~1.3.0", default-features = false }
icu_segmenter = { version = "~1.3.2", default-features = false }
icu_datagen = { version = "~1.3.0", default-features = false }
icu_provider_adapters = { version = "~1.3.0", default-features = false }
icu_provider_blob = { version = "~1.3.2", default-features = false }

Loading…
Cancel
Save