Browse Source

Bump icu_datetime from 1.3.1 to 1.3.2 (#3360)

Bumps [icu_datetime](https://github.com/unicode-org/icu4x) from 1.3.1 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/ind/icu_datetime@1.3.1...icu@1.3.2)

---
updated-dependencies:
- dependency-name: icu_datetime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3359/head
dependabot[bot] 8 months ago committed by GitHub
parent
commit
b424567103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      Cargo.lock
  2. 2
      Cargo.toml

20
Cargo.lock generated

@ -1424,9 +1424,9 @@ dependencies = [
[[package]]
name = "icu_datetime"
version = "1.3.1"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "127caacb4e15c93b2d1d426cc8bd30985579b59e8d63a6094daa628c8986c37b"
checksum = "5f5bf2e6dd961b59ee5935070220915db6cf0ab5137de362964f800c2b7d14fa"
dependencies = [
"databake",
"displaydoc",
@ -1448,9 +1448,9 @@ dependencies = [
[[package]]
name = "icu_decimal"
version = "1.3.0"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21393c61aeb7043c8907bd8dce9f3b1f1347bfb7c79bb7af95acbf2e9b902601"
checksum = "1986a0b7df834aaddb911b4593c990950ac5606fc83ce9aad4311be80f51e81a"
dependencies = [
"databake",
"displaydoc",
@ -1541,9 +1541,9 @@ checksum = "6f8d22f74066c2e6442db2a9aa14950278e86719e811e304e48bae03094b369d"
[[package]]
name = "icu_plurals"
version = "1.3.0"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce4d79d7c6240f9f27761ef9ac49d5c770f9c34a70a69c89310a763deb9e24d7"
checksum = "20556516b8be2b2f5dc3d6b23884b65c5c59ed8be0b44c419e4808c9b0792fce"
dependencies = [
"databake",
"displaydoc",
@ -1657,9 +1657,9 @@ dependencies = [
[[package]]
name = "icu_timezone"
version = "1.3.0"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d411c1ab1c6062291de1f347d46eca742dd945ee21e0f012e22f27b273b38659"
checksum = "19e6401cd210ccda98b2e7fc707831b29c6efe319efbbec460f957b6f331f626"
dependencies = [
"databake",
"displaydoc",
@ -3580,9 +3580,9 @@ dependencies = [
[[package]]
name = "zerotrie"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41354ddf8b8303c6e1274c5f2ed4bd7ad401db10634e50bd7303ae0fd84b2bd8"
checksum = "9685bb4deb98dab812e87c296a9631fc00d7ca4bc5c2c5f304f375bbed711a8a"
dependencies = [
"databake",
"displaydoc",

2
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.2", default-features = false }
icu_locid_transform = { version = "~1.3.1", default-features = false }
icu_datetime = { version = "~1.3.1", default-features = false }
icu_datetime = { version = "~1.3.2", default-features = false }
icu_calendar = { version = "~1.3.2", default-features = false }
icu_collator = { version = "~1.3.2", default-features = false }
icu_plurals = { version = "~1.3.0", default-features = false }

Loading…
Cancel
Save