From 4f36b8350e5768af0a52d6585cce1a16615e0348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:24:31 +0200 Subject: [PATCH] Bump icu_datetime from 1.3.0 to 1.3.1 (#3343) Bumps [icu_datetime](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_datetime 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 aa0dbff649..7bc0bef40a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1425,9 +1425,9 @@ dependencies = [ [[package]] name = "icu_datetime" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba79900549709e7b3904c1e4c62b1f8cdf2b082cfa99daff4a10c453c9cf01b8" +checksum = "127caacb4e15c93b2d1d426cc8bd30985579b59e8d63a6094daa628c8986c37b" dependencies = [ "databake", "displaydoc", diff --git a/Cargo.toml b/Cargo.toml index 7c998eb8b7..706f36cfdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,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.1", default-features = false } -icu_datetime = { version = "~1.3.0", default-features = false } +icu_datetime = { version = "~1.3.1", 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 }