From ad370ed986d00d6681fe432504b7f5f855731927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:35:05 +0200 Subject: [PATCH] Update Rust crate sys-locale to v0.3.2 (#20639) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sys-locale](https://redirect.github.com/1Password/sys-locale) | workspace.dependencies | patch | `0.3.1` -> `0.3.2` | --- ### Release Notes
1Password/sys-locale (sys-locale) ### [`v0.3.2`](https://redirect.github.com/1Password/sys-locale/releases/tag/v0.3.2) [Compare Source](https://redirect.github.com/1Password/sys-locale/compare/v0.3.1...v0.3.2) #### What's Changed ##### Added - Support for all other Apple targets, such as watchOS and tvOS by [@​complexspaces](https://redirect.github.com/complexspaces) in [https://github.com/1Password/sys-locale/pull/38](https://redirect.github.com/1Password/sys-locale/pull/38). - Support for ignoring POSIX modifiers in UNIX locales with them present by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/33](https://redirect.github.com/1Password/sys-locale/pull/33). - Parsing support/recognition may come at a later date. - Support for returning a list of user locales on Linux/BSD UNIX platforms by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/35](https://redirect.github.com/1Password/sys-locale/pull/35). ##### Fixed - No longer use `LC_CTYPE` when determining the locale; the crate now uses `LC_MESSAGES` in its place by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/35](https://redirect.github.com/1Password/sys-locale/pull/35). - Skip empty locale environment variables on UNIX platforms by [@​complexspaces](https://redirect.github.com/complexspaces) in [https://github.com/1Password/sys-locale/pull/29](https://redirect.github.com/1Password/sys-locale/pull/29). - Corrected types mentioned and improved the public API documentation by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/37](https://redirect.github.com/1Password/sys-locale/pull/37). ##### Changed - Improved crate download size by excluding unused directories and files by [@​pasabanov](https://redirect.github.com/pasabanov). - Very slight improvement to locale fetching performance on Windows by [@​complexspaces](https://redirect.github.com/complexspaces) in [https://github.com/1Password/sys-locale/pull/29](https://redirect.github.com/1Password/sys-locale/pull/29). - Increased MSRV to Rust 1.56, which is 3 years old as of this release by [@​complexspaces](https://redirect.github.com/complexspaces). #### New Contributors - [@​pasabanov](https://redirect.github.com/pasabanov) made their first contribution in [https://github.com/1Password/sys-locale/pull/30](https://redirect.github.com/1Password/sys-locale/pull/30) **Full Changelog**: https://github.com/1Password/sys-locale/compare/v0.3.1...v0.3.2
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20de509e661de66020d08696710c0b6374ceafb6..86e12638406a1d71266bea5286c630633033c83a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11807,9 +11807,9 @@ dependencies = [ [[package]] name = "sys-locale" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0" +checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" dependencies = [ "libc", ]