diff --git a/Cargo.lock b/Cargo.lock index 5c855d95512..53e0a8b03a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,7 +1782,7 @@ version = "1.4.0" [[package]] name = "icu_normalizer" -version = "1.4.2" +version = "1.4.3" dependencies = [ "arraystring", "arrayvec", @@ -1853,7 +1853,7 @@ version = "1.4.0" [[package]] name = "icu_properties" -version = "1.4.1" +version = "1.4.2" dependencies = [ "databake", "displaydoc", @@ -1870,7 +1870,7 @@ dependencies = [ [[package]] name = "icu_properties_data" -version = "1.4.0" +version = "1.4.1" [[package]] name = "icu_provider" diff --git a/Cargo.toml b/Cargo.toml index b5594748f6c..2ffb1d13eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -191,9 +191,9 @@ icu_decimal_data = { version = "~1.4.0", path = "provider/baked/decimal", defaul icu_displaynames_data = { version = "~1.4.0", path = "provider/baked/displaynames", default-features = false } icu_list_data = { version = "~1.4.0", path = "provider/baked/list", default-features = false } icu_locid_transform_data = { version = "~1.4.0", path = "provider/baked/locid_transform", default-features = false } -icu_normalizer_data = { version = "~1.4.0", path = "provider/baked/normalizer", default-features = false } +icu_normalizer_data = { version = "~1.4.1", path = "provider/baked/normalizer", default-features = false } icu_plurals_data = { version = "~1.4.0", path = "provider/baked/plurals", default-features = false } -icu_properties_data = { version = "~1.4.0", path = "provider/baked/properties", default-features = false } +icu_properties_data = { version = "~1.4.1", path = "provider/baked/properties", default-features = false } icu_relativetime_data = { version = "~1.4.0", path = "provider/baked/relativetime", default-features = false } icu_segmenter_data = { version = "~1.4.0", path = "provider/baked/segmenter", default-features = false } icu_timezone_data = { version = "~1.4.0", path = "provider/baked/timezone", default-features = false } diff --git a/components/normalizer/Cargo.toml b/components/normalizer/Cargo.toml index b3b3d496220..ec86305a694 100644 --- a/components/normalizer/Cargo.toml +++ b/components/normalizer/Cargo.toml @@ -7,7 +7,7 @@ name = "icu_normalizer" description = "API for normalizing text into Unicode Normalization Forms" license-file = "LICENSE" -version = "1.4.2" +version = "1.4.3" rust-version.workspace = true authors.workspace = true edition.workspace = true diff --git a/components/properties/Cargo.toml b/components/properties/Cargo.toml index cceb5fe8042..aee4bc0b2b9 100644 --- a/components/properties/Cargo.toml +++ b/components/properties/Cargo.toml @@ -7,7 +7,7 @@ name = "icu_properties" description = "Definitions for Unicode properties" license-file = "LICENSE" -version = "1.4.1" +version = "1.4.2" authors.workspace = true categories.workspace = true edition.workspace = true