From 851aca951435db54d2da50b2d670286c64389462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:37:45 -0400 Subject: [PATCH] Update Rust crate emojis to v0.6.3 (#15568) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [emojis](https://togithub.com/rossmacarthur/emojis) | workspace.dependencies | patch | `0.6.1` -> `0.6.3` | --- ### Release Notes
rossmacarthur/emojis (emojis) ### [`v0.6.3`](https://togithub.com/rossmacarthur/emojis/compare/0.6.2...0.6.3) [Compare Source](https://togithub.com/rossmacarthur/emojis/compare/0.6.2...0.6.3) ### [`v0.6.2`](https://togithub.com/rossmacarthur/emojis/compare/0.6.1...0.6.2) [Compare Source](https://togithub.com/rossmacarthur/emojis/compare/0.6.1...0.6.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 ff9ef2f1af..398d16f857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3658,9 +3658,9 @@ checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" [[package]] name = "emojis" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee61eb945bff65ee7d19d157d39c67c33290ff0742907413fd5eefd29edc979" +checksum = "e72f23d65b46527e461b161ab9a126c378aa2249d8a8d15718d23ab1fb4d8786" dependencies = [ "phf", ]