Browse Source

Bump icu_calendar from 1.3.1 to 1.3.2 (#3350)

Bumps [icu_calendar](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_calendar@1.3.1...icu@1.3.2)

---
updated-dependencies:
- dependency-name: icu_calendar
  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/3353/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
c9768908a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      Cargo.lock
  2. 2
      Cargo.toml

16
Cargo.lock generated

@ -1302,9 +1302,9 @@ dependencies = [
[[package]] [[package]]
name = "icu_calendar" name = "icu_calendar"
version = "1.3.1" version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff0efcbeb549a74ade74c9e385e59568272dc840ec68b2eb772708de16b77c6b" checksum = "b520c5675775e3838447c33fc55bf558148c6824ef0d20ff7a9e0df7345a281c"
dependencies = [ dependencies = [
"calendrical_calculations", "calendrical_calculations",
"databake", "databake",
@ -1478,9 +1478,9 @@ dependencies = [
[[package]] [[package]]
name = "icu_locid" name = "icu_locid"
version = "1.3.0" version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56b72c6de0121c00da9828eb3e2603041d563788289bb15feba7c3331de71b5f" checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c"
dependencies = [ dependencies = [
"databake", "databake",
"displaydoc", "displaydoc",
@ -1579,9 +1579,9 @@ checksum = "4e7f4134189d15b08d2abf068c444ba408fdc125d00d4dbd9176765a190023c2"
[[package]] [[package]]
name = "icu_provider" name = "icu_provider"
version = "1.3.1" version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d505243d809d5e14491a29ab9842f8a4b0568a33b462251f8ebf971ba55c83" checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934"
dependencies = [ dependencies = [
"databake", "databake",
"displaydoc", "displaydoc",
@ -1629,9 +1629,9 @@ dependencies = [
[[package]] [[package]]
name = "icu_provider_macros" name = "icu_provider_macros"
version = "1.3.0" version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca9be8af0b117ccf1516251daab4c9137c012646a211c2a02d2f568ea3cd0df4" checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

2
Cargo.toml

@ -70,7 +70,7 @@ icu_provider = { version = "~1.3.1", default-features = false }
icu_locid = { version = "~1.3.0", default-features = false } icu_locid = { version = "~1.3.0", default-features = false }
icu_locid_transform = { version = "~1.3.1", 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.1", default-features = false }
icu_calendar = { version = "~1.3.1", default-features = false } icu_calendar = { version = "~1.3.2", default-features = false }
icu_collator = { version = "~1.3.0", default-features = false } icu_collator = { version = "~1.3.0", default-features = false }
icu_plurals = { 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_list = { version = "~1.3.0", default-features = false }

Loading…
Cancel
Save