From 3ff5282c711217debe74fd9f576f2a1b1eae04a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:08:03 +0000 Subject: [PATCH] Bump icu_provider_blob from 1.3.0 to 1.3.2 (#3358) Bumps [icu_provider_blob](https://github.com/unicode-org/icu4x) from 1.3.0 to 1.3.2. - [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...icu@1.3.2) --- updated-dependencies: - dependency-name: icu_provider_blob 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 bcfd511f56..b9f99c8ea7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1615,9 +1615,9 @@ dependencies = [ [[package]] name = "icu_provider_blob" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd69321b38b334c1257a53182273e3cfbcde4a5975c6193b43b6dfd3829d8e5" +checksum = "c31326d28c7f95a964a4f0ee86c24002da5f6db907e3bcb079949b4ff103b6a9" dependencies = [ "icu_provider", "log", diff --git a/Cargo.toml b/Cargo.toml index 9e18238a50..d13c314447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ icu_casemap = { version = "~1.3.2", 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 } -icu_provider_blob = { version = "~1.3.0", default-features = false } +icu_provider_blob = { version = "~1.3.2", default-features = false } icu_properties = { version = "~1.3.0", default-features = true } writeable = "~0.5.3" yoke = "~0.7.2"