From 3ac0aef2117e1cf2b514d8441fdebe0f48adcd10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:55:59 -0500 Subject: [PATCH] Update Rust crate unicase to v2.8.1 (#22558) 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 | |---|---|---|---| | [unicase](https://redirect.github.com/seanmonstar/unicase) | dependencies | patch | `2.8.0` -> `2.8.1` | | [unicase](https://redirect.github.com/seanmonstar/unicase) | workspace.dependencies | patch | `2.8.0` -> `2.8.1` | --- ### Release Notes
seanmonstar/unicase (unicase) ### [`v2.8.1`](https://redirect.github.com/seanmonstar/unicase/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/seanmonstar/unicase/compare/v2.8.0...v2.8.1) ##### What's Changed - fix: hash for Unicode will call write_u8 like Ascii does by [@​seanmonstar](https://redirect.github.com/seanmonstar) in [https://github.com/seanmonstar/unicase/pull/73](https://redirect.github.com/seanmonstar/unicase/pull/73) - fix: provide prefix-freedom in Hash impls by [@​seanmonstar](https://redirect.github.com/seanmonstar) in [https://github.com/seanmonstar/unicase/pull/74](https://redirect.github.com/seanmonstar/unicase/pull/74) **Full Changelog**: https://github.com/seanmonstar/unicase/compare/v2.8.0...v2.8.1
--- ### 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 these updates 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 c5aa5bd048a722054b3d68474ac2cc0f74580932..7d2d28a01ac287f3a390bd02d1459cd9e6aa57b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14018,9 +14018,9 @@ dependencies = [ [[package]] name = "unicase" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-bidi"