Browse Source

Bump icu_provider from 1.3.0 to 1.3.1 (#3342)

Bumps [icu_provider](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_provider
  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/3340/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
cd12d15cab
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

@ -1580,9 +1580,9 @@ checksum = "4e7f4134189d15b08d2abf068c444ba408fdc125d00d4dbd9176765a190023c2"
[[package]] [[package]]
name = "icu_provider" name = "icu_provider"
version = "1.3.0" version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5d3810a06fce5c900f8ace41b72abf8f6308f77c9e7647211aa5f121c0c9f43" checksum = "18d505243d809d5e14491a29ab9842f8a4b0568a33b462251f8ebf971ba55c83"
dependencies = [ dependencies = [
"databake", "databake",
"displaydoc", "displaydoc",

2
Cargo.toml

@ -66,7 +66,7 @@ thin-vec = "0.2.12"
# ICU4X # ICU4X
icu_provider = { version = "~1.3.0", default-features = false } 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.0", default-features = false } icu_locid_transform = { version = "~1.3.0", default-features = false }
icu_datetime = { version = "~1.3.0", default-features = false } icu_datetime = { version = "~1.3.0", default-features = false }

Loading…
Cancel
Save