From 53f4ad8ad4bd0dba8426e9a9e157d5f699bb4da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:16:16 -0500 Subject: [PATCH] Update Rust crate uuid to v1.12.1 (#23882) 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 | |---|---|---|---| | [uuid](https://redirect.github.com/uuid-rs/uuid) | workspace.dependencies | minor | `1.11.0` -> `1.12.1` | --- ### Release Notes
uuid-rs/uuid (uuid) ### [`v1.12.1`](https://redirect.github.com/uuid-rs/uuid/releases/tag/1.12.1) [Compare Source](https://redirect.github.com/uuid-rs/uuid/compare/1.12.0...1.12.1) ##### What's Changed - Fix links to namespaces in documentation by [@​cstyles](https://redirect.github.com/cstyles) in [https://github.com/uuid-rs/uuid/pull/789](https://redirect.github.com/uuid-rs/uuid/pull/789) - use inherent to_be_bytes and to_le_bytes methods by [@​Vrtgs](https://redirect.github.com/Vrtgs) in [https://github.com/uuid-rs/uuid/pull/788](https://redirect.github.com/uuid-rs/uuid/pull/788) - Reduce bitshifts in from_u64\_pair by [@​KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/790](https://redirect.github.com/uuid-rs/uuid/pull/790) - prepare for 1.12.1 release by [@​KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/791](https://redirect.github.com/uuid-rs/uuid/pull/791) ##### New Contributors - [@​cstyles](https://redirect.github.com/cstyles) made their first contribution in [https://github.com/uuid-rs/uuid/pull/789](https://redirect.github.com/uuid-rs/uuid/pull/789) - [@​Vrtgs](https://redirect.github.com/Vrtgs) made their first contribution in [https://github.com/uuid-rs/uuid/pull/788](https://redirect.github.com/uuid-rs/uuid/pull/788) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1 ### [`v1.12.0`](https://redirect.github.com/uuid-rs/uuid/releases/tag/1.12.0) [Compare Source](https://redirect.github.com/uuid-rs/uuid/compare/1.11.1...1.12.0) ##### :warning: Possible Breakage This release includes additional `PartialEq` implementations on `Uuid`, which can break inference in some cases. ##### What's Changed - feat: Add `NonZeroUuid` type for optimized `Option` representation by [@​ab22593k](https://redirect.github.com/ab22593k) in [https://github.com/uuid-rs/uuid/pull/779](https://redirect.github.com/uuid-rs/uuid/pull/779) - Finalize `NonNilUuid` by [@​KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/783](https://redirect.github.com/uuid-rs/uuid/pull/783) - Prepare for 1.12.0 release by [@​KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/784](https://redirect.github.com/uuid-rs/uuid/pull/784) ##### New Contributors - [@​ab22593k](https://redirect.github.com/ab22593k) made their first contribution in [https://github.com/uuid-rs/uuid/pull/779](https://redirect.github.com/uuid-rs/uuid/pull/779) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0 ### [`v1.11.1`](https://redirect.github.com/uuid-rs/uuid/releases/tag/1.11.1) [Compare Source](https://redirect.github.com/uuid-rs/uuid/compare/1.11.0...1.11.1) ##### What's Changed - Finish cut off docs by [@​KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/777](https://redirect.github.com/uuid-rs/uuid/pull/777) - Fix links in CONTRIBUTING.md by [@​jacobggman](https://redirect.github.com/jacobggman) in [https://github.com/uuid-rs/uuid/pull/778](https://redirect.github.com/uuid-rs/uuid/pull/778) - Update rust toolchain before building by [@​KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/781](https://redirect.github.com/uuid-rs/uuid/pull/781) - Prepare for 1.11.1 release by [@​KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/782](https://redirect.github.com/uuid-rs/uuid/pull/782) ##### New Contributors - [@​jacobggman](https://redirect.github.com/jacobggman) made their first contribution in [https://github.com/uuid-rs/uuid/pull/778](https://redirect.github.com/uuid-rs/uuid/pull/778) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.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 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 094f6efb64..f11655e8c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14420,9 +14420,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom 0.2.15", "serde",