From 483fe0267568ca419a3f8ddfc59557351cb24ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:01:33 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9f99c8ea7..c7f9ebb699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index d13c314447..328536efc9 100644 --- a/Cargo.toml +++ b/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 }