From 43a3b1a137e2706cc5606876550feb9b57e2fcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:11:53 +0000 Subject: [PATCH] Bump icu_locid_transform from 1.3.0 to 1.3.1 (#3345) 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/commits) --- updated-dependencies: - dependency-name: icu_locid_transform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4ccf6426c..aa0dbff649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1494,9 +1494,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 = [ "databake", "displaydoc", diff --git a/Cargo.toml b/Cargo.toml index 3acf50ac04..7c998eb8b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ thin-vec = "0.2.12" icu_provider = { version = "~1.3.1", default-features = false } icu_locid = { version = "~1.3.0", default-features = false } -icu_locid_transform = { version = "~1.3.0", default-features = false } +icu_locid_transform = { version = "~1.3.1", default-features = false } icu_datetime = { version = "~1.3.0", default-features = false } icu_calendar = { version = "~1.3.1", default-features = false } icu_collator = { version = "~1.3.0", default-features = false }