1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

build(deps): bump icu_provider from 1.3.0 to 1.3.1

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/compare/icu@1.3.0...ind/icu_capi@1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-05 19:14:53 +00:00
committed by Quentin Gliech
parent aef65f1a21
commit a845e883f2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2284,9 +2284,9 @@ checksum = "587cb66266fc618b5593ab11a5fa8c44391e10006acf979ae176e6bd4ead6c3f"
[[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 = [
"displaydoc", "displaydoc",
"icu_locid", "icu_locid",

View File

@@ -13,7 +13,7 @@ icu_list = { version = "1.3.0", features = ["compiled_data", "std"] }
icu_locid = { version = "1.3.0", features = ["std",] } icu_locid = { version = "1.3.0", features = ["std",] }
icu_locid_transform = { version = "1.3.1", features = ["compiled_data", "std"] } icu_locid_transform = { version = "1.3.1", features = ["compiled_data", "std"] }
icu_plurals = { version = "1.3.0", features = ["compiled_data", "std"] } icu_plurals = { version = "1.3.0", features = ["compiled_data", "std"] }
icu_provider = { version = "1.3.0", features = ["std", "sync"] } icu_provider = { version = "1.3.1", features = ["std", "sync"] }
icu_provider_adapters = { version = "1.3.0", features = ["std"] } icu_provider_adapters = { version = "1.3.0", features = ["std"] }
pad = "0.1.6" pad = "0.1.6"
pest = "2.7.4" pest = "2.7.4"