Update Rust crate uuid to v1.12.1 (#23882)
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 <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`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) ##### ⚠️ 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<Uuid>` 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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
303cce0cbc
commit
53f4ad8ad4
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue