From 78bc9ebfe508889dcf08fbc7dc92b30bbbc147af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:11:38 +0000 Subject: [PATCH] Bump icu_casemap from 1.3.0 to 1.3.1 (#3346) Bumps [icu_casemap](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_casemap 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 49db134780..b4ccf6426c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1320,9 +1320,9 @@ dependencies = [ [[package]] name = "icu_casemap" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3788cfe71eea4bbddc117bc71209abfd9fe7bc2ccdbcc234310969de8de80cb" +checksum = "67ce60d91773b45daec1b4d4bfcafae56b6170d197090cbf2f6356c6d2b56b7e" dependencies = [ "databake", "displaydoc", diff --git a/Cargo.toml b/Cargo.toml index 31b35a1aec..3acf50ac04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ icu_calendar = { version = "~1.3.1", default-features = false } icu_collator = { version = "~1.3.0", default-features = false } icu_plurals = { version = "~1.3.0", default-features = false } icu_list = { version = "~1.3.0", default-features = false } -icu_casemap = { version = "~1.3.0", default-features = false } +icu_casemap = { version = "~1.3.1", default-features = false } icu_segmenter = { version = "~1.3.0", default-features = false } icu_datagen = { version = "~1.3.0", default-features = false } icu_provider_adapters = { version = "~1.3.0", default-features = false }