From aef65f1a21c302f5809b8e791dee3b5418a70ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:17:10 +0000 Subject: [PATCH] build(deps): bump icu_locid_transform from 1.3.0 to 1.3.1 Bumps [icu_locid_transform](https://github.com/unicode-org/icu4x) from 1.3.0 to 1.3.1. - [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...ind/icu_locid_transform@1.3.1) --- updated-dependencies: - dependency-name: icu_locid_transform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/i18n/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd9666c0..955d2c0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2243,9 +2243,9 @@ dependencies = [ [[package]] name = "icu_locid_transform" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49464337ec1e96a409e34be1d7215bdc20159193df2eb2a89fb94403996092ac" +checksum = "19b10b2a476daefcfe19707e095f5fdc1f446870a56e250250ae64782016bcf9" dependencies = [ "displaydoc", "icu_locid", diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index 48ea8478..df8a6bfc 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true camino.workspace = true icu_list = { version = "1.3.0", features = ["compiled_data", "std"] } icu_locid = { version = "1.3.0", features = ["std",] } -icu_locid_transform = { version = "1.3.0", features = ["compiled_data", "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_adapters = { version = "1.3.0", features = ["std"] }