Browse Source

Bump icu_casemap from 1.3.1 to 1.3.2 (#3356)

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

---
updated-dependencies:
- dependency-name: icu_casemap
  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] 1 year ago committed by GitHub
parent
commit
f74688eb89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1319,9 +1319,9 @@ dependencies = [
[[package]] [[package]]
name = "icu_casemap" name = "icu_casemap"
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 = "67ce60d91773b45daec1b4d4bfcafae56b6170d197090cbf2f6356c6d2b56b7e" checksum = "976068d7759293cbd9daa0d1669618bb9094c7ee54e546cd8b877dd4fe59007a"
dependencies = [ dependencies = [
"databake", "databake",
"displaydoc", "displaydoc",

2
Cargo.toml

@ -74,7 +74,7 @@ icu_calendar = { version = "~1.3.2", default-features = false }
icu_collator = { 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 } icu_plurals = { version = "~1.3.0", default-features = false }
icu_list = { version = "~1.3.2", default-features = false } icu_list = { version = "~1.3.2", default-features = false }
icu_casemap = { version = "~1.3.1", default-features = false } icu_casemap = { version = "~1.3.2", default-features = false }
icu_segmenter = { version = "~1.3.0", default-features = false } icu_segmenter = { version = "~1.3.0", default-features = false }
icu_datagen = { 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_adapters = { version = "~1.3.0", default-features = false }

Loading…
Cancel
Save