diff --git a/Cargo.lock b/Cargo.lock index 955d2c0c..6a3bbe81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2284,9 +2284,9 @@ checksum = "587cb66266fc618b5593ab11a5fa8c44391e10006acf979ae176e6bd4ead6c3f" [[package]] name = "icu_provider" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5d3810a06fce5c900f8ace41b72abf8f6308f77c9e7647211aa5f121c0c9f43" +checksum = "18d505243d809d5e14491a29ab9842f8a4b0568a33b462251f8ebf971ba55c83" dependencies = [ "displaydoc", "icu_locid", diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index df8a6bfc..2703b31b 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -13,7 +13,7 @@ icu_list = { version = "1.3.0", features = ["compiled_data", "std"] } icu_locid = { version = "1.3.0", features = ["std",] } icu_locid_transform = { version = "1.3.1", features = ["compiled_data", "std"] } icu_plurals = { version = "1.3.0", features = ["compiled_data", "std"] } -icu_provider = { version = "1.3.0", features = ["std", "sync"] } +icu_provider = { version = "1.3.1", features = ["std", "sync"] } icu_provider_adapters = { version = "1.3.0", features = ["std"] } pad = "0.1.6" pest = "2.7.4"