Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump the icu group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the icu group with 2 updates: [icu_plurals](https://github.com/unicode-org/icu4x) and [icu_provider_adapters](https://github.com/unicode-org/icu4x).


Updates `icu_plurals` 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)

Updates `icu_provider_adapters` 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_plurals
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: icu
- dependency-name: icu_provider_adapters
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: icu
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sandhose committed Oct 6, 2023
1 parent 2066c83 commit ddd1041
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/i18n/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ camino.workspace = true
icu_list = { version = "1.3.2", features = ["compiled_data", "std"] }
icu_locid = { version = "1.3.2", features = ["std",] }
icu_locid_transform = { version = "1.3.2", features = ["compiled_data", "std"] }
icu_plurals = { version = "1.3.0", features = ["compiled_data", "std"] }
icu_plurals = { version = "1.3.2", features = ["compiled_data", "std"] }
icu_provider = { version = "1.3.1", features = ["std", "sync"] }
icu_provider_adapters = { version = "1.3.0", features = ["std"] }
icu_provider_adapters = { version = "1.3.2", features = ["std"] }
pad = "0.1.6"
pest = "2.7.4"
pest_derive = "2.7.4"
Expand Down

0 comments on commit ddd1041

Please sign in to comment.