From 5770f988cf48711281f6e1721c593e022ebaffeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:10:42 +0200 Subject: [PATCH] Bump icu_calendar from 1.3.0 to 1.3.1 (#3344) Bumps [icu_calendar](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_calendar 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 4d1415c21a..fc2c59ae84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "icu_calendar" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0800b1363cd3ec6b73e38d6de07aad86637d42b470b70c20ae5a44e23d6ad182" +checksum = "ff0efcbeb549a74ade74c9e385e59568272dc840ec68b2eb772708de16b77c6b" dependencies = [ "calendrical_calculations", "databake", diff --git a/Cargo.toml b/Cargo.toml index df9f51b061..feef545b8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ icu_provider = { version = "~1.3.0", default-features = false } icu_locid = { version = "~1.3.0", default-features = false } icu_locid_transform = { version = "~1.3.0", default-features = false } icu_datetime = { version = "~1.3.0", default-features = false } -icu_calendar = { 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 } icu_plurals = { version = "~1.3.0", default-features = false } icu_list = { version = "~1.3.0", default-features = false }