diff --git a/Cargo.lock b/Cargo.lock index 747b1b9e159..c07c4842391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ dependencies = [ "icu_locid_transform", "icu_normalizer", "icu_plurals", - "icu_provider 1.5.0", + "icu_provider 2.0.0", "icu_segmenter", "indexmap", "indoc", @@ -461,7 +461,7 @@ dependencies = [ "icu_locid_transform", "icu_normalizer", "icu_plurals", - "icu_provider 1.5.0", + "icu_provider 2.0.0", "icu_provider_adapters", "icu_provider_blob", "icu_segmenter", diff --git a/Cargo.toml b/Cargo.toml index 6b2f96b2393..cff7d246c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ futures-concurrency = "7.6.3" # ICU4X -icu_provider = { version = "~1.5.0", default-features = false } +icu_provider = { version = "~2.0.0", default-features = false } icu_locid = { version = "~1.5.0", default-features = false } icu_locid_transform = { version = "~1.5.0", default-features = false } icu_datetime = { version = "~1.5.1", default-features = false }