Browse Source

Bump icu_provider_blob from 1.3.0 to 1.3.2 (#3358)

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

---
updated-dependencies:
- dependency-name: icu_provider_blob
  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
3ff5282c71
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

@ -1615,9 +1615,9 @@ dependencies = [
[[package]] [[package]]
name = "icu_provider_blob" name = "icu_provider_blob"
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 = "5cd69321b38b334c1257a53182273e3cfbcde4a5975c6193b43b6dfd3829d8e5" checksum = "c31326d28c7f95a964a4f0ee86c24002da5f6db907e3bcb079949b4ff103b6a9"
dependencies = [ dependencies = [
"icu_provider", "icu_provider",
"log", "log",

2
Cargo.toml

@ -78,7 +78,7 @@ 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 }
icu_provider_blob = { version = "~1.3.0", default-features = false } icu_provider_blob = { version = "~1.3.2", default-features = false }
icu_properties = { version = "~1.3.0", default-features = true } icu_properties = { version = "~1.3.0", default-features = true }
writeable = "~0.5.3" writeable = "~0.5.3"
yoke = "~0.7.2" yoke = "~0.7.2"

Loading…
Cancel
Save