Skip to content

Commit 0f65ba2

Browse files
committed
Stricter version dep on data crates
1 parent a34f3fc commit 0f65ba2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ icu_decimal_data = { version = "~1.4.0", path = "provider/baked/decimal", defaul
191191
icu_displaynames_data = { version = "~1.4.0", path = "provider/baked/displaynames", default-features = false }
192192
icu_list_data = { version = "~1.4.0", path = "provider/baked/list", default-features = false }
193193
icu_locid_transform_data = { version = "~1.4.0", path = "provider/baked/locid_transform", default-features = false }
194-
icu_normalizer_data = { version = "~1.4.0", path = "provider/baked/normalizer", default-features = false }
194+
icu_normalizer_data = { version = "~1.4.1", path = "provider/baked/normalizer", default-features = false }
195195
icu_plurals_data = { version = "~1.4.0", path = "provider/baked/plurals", default-features = false }
196-
icu_properties_data = { version = "~1.4.0", path = "provider/baked/properties", default-features = false }
196+
icu_properties_data = { version = "~1.4.1", path = "provider/baked/properties", default-features = false }
197197
icu_relativetime_data = { version = "~1.4.0", path = "provider/baked/relativetime", default-features = false }
198198
icu_segmenter_data = { version = "~1.4.0", path = "provider/baked/segmenter", default-features = false }
199199
icu_timezone_data = { version = "~1.4.0", path = "provider/baked/timezone", default-features = false }

components/normalizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "icu_normalizer"
77
description = "API for normalizing text into Unicode Normalization Forms"
88
license-file = "LICENSE"
99

10-
version = "1.4.2"
10+
version = "1.4.3"
1111
rust-version.workspace = true
1212
authors.workspace = true
1313
edition.workspace = true

components/properties/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "icu_properties"
77
description = "Definitions for Unicode properties"
88
license-file = "LICENSE"
99

10-
version = "1.4.1"
10+
version = "1.4.2"
1111
authors.workspace = true
1212
categories.workspace = true
1313
edition.workspace = true

0 commit comments

Comments
 (0)