Update Rust crate uuid to v1.26.0 #18

Open
renovate wants to merge 1 commit from renovate/uuid-1.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
uuid dependencies minor 1.20.01.26.0

Release Notes

uuid-rs/uuid (uuid)

v1.26.0

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.25.0...v1.26.0

v1.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.24.1...1.25.0

v1.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.24.0...v1.24.1

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.5...v1.24.0

v1.23.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.4...v1.23.5

v1.23.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.3...v1.23.4

v1.23.3

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.2...v1.23.3

v1.23.2

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2

v1.23.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.0...v1.23.1

v1.23.0

Compare Source

What's Changed

New Contributors

Special thanks

@​meng-xu-cs raised a series of bugs against the timestamp logic in uuid using automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a better uuid library for everyone. Thanks!

Deprecations

This release includes the following deprecations:

  • Context: Renamed to ContextV1
  • Timestamp::from_gregorian: Renamed to Timestamp::from_gregorian_time

Change to Version::Max

Version::Max's u8 representation has changed from 0xff to 0x0f to match the value returned by Uuid::get_version_num.

Change to Uuid::get_version for the max UUID

Uuid::get_version will only return Some(Version::Max) if the UUID is actually the max UUID (all bytes are 0xff). Previously it would return Some if only the version field was 0x0f. This change matches the behaviour of the nil UUID, which only returns Some(Version::Nil) if the UUID is the nil UUID (all bytes are 0x00).

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0

v1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0

v1.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.20.0...v1.21.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.20.0` → `1.26.0` | --- ### Release Notes <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.26.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.26.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/1.25.0...v1.26.0) #### What's Changed - Add ContextV7::with\_additional\_precision\_bits by [@&#8203;ChrisJr404](https://github.com/ChrisJr404) in [#&#8203;904](https://github.com/uuid-rs/uuid/pull/904) - Prepare for 1.26.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;905](https://github.com/uuid-rs/uuid/pull/905) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/1.25.0...v1.26.0> ### [`v1.25.0`](https://github.com/uuid-rs/uuid/releases/tag/1.25.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.24.1...1.25.0) #### What's Changed - Add a serde::bytes module that encodes a Uuid as a byte string by [@&#8203;ChrisJr404](https://github.com/ChrisJr404) in [#&#8203;902](https://github.com/uuid-rs/uuid/pull/902) - Prepare for 1.25.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;903](https://github.com/uuid-rs/uuid/pull/903) #### New Contributors - [@&#8203;ChrisJr404](https://github.com/ChrisJr404) made their first contribution in [#&#8203;902](https://github.com/uuid-rs/uuid/pull/902) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.24.1...1.25.0> ### [`v1.24.1`](https://github.com/uuid-rs/uuid/releases/tag/v1.24.1) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.24.0...v1.24.1) #### What's Changed - Fix non-ASCII character handling in parse diagnostics by [@&#8203;questfever](https://github.com/questfever) in [#&#8203;899](https://github.com/uuid-rs/uuid/pull/899) - Prepare for 1.24.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;900](https://github.com/uuid-rs/uuid/pull/900) #### New Contributors - [@&#8203;questfever](https://github.com/questfever) made their first contribution in [#&#8203;899](https://github.com/uuid-rs/uuid/pull/899) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.24.0...v1.24.1> ### [`v1.24.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.24.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.23.5...v1.24.0) #### What's Changed - feat(fmt): support encoding into MaybeUninit buffers by [@&#8203;weifanglab](https://github.com/weifanglab) in [#&#8203;892](https://github.com/uuid-rs/uuid/pull/892) - Prepare for 1.24.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;896](https://github.com/uuid-rs/uuid/pull/896) #### New Contributors - [@&#8203;weifanglab](https://github.com/weifanglab) made their first contribution in [#&#8203;892](https://github.com/uuid-rs/uuid/pull/892) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.23.5...v1.24.0> ### [`v1.23.5`](https://github.com/uuid-rs/uuid/releases/tag/v1.23.5) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.23.4...v1.23.5) #### What's Changed - doc: Fix broken link by [@&#8203;frostyplanet](https://github.com/frostyplanet) in [#&#8203;891](https://github.com/uuid-rs/uuid/pull/891) - perf: Optimize UUID hex parsing and formatting by [@&#8203;geeknoid](https://github.com/geeknoid) in [#&#8203;894](https://github.com/uuid-rs/uuid/pull/894) - Prepare for 1.23.5 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;895](https://github.com/uuid-rs/uuid/pull/895) #### New Contributors - [@&#8203;geeknoid](https://github.com/geeknoid) made their first contribution in [#&#8203;894](https://github.com/uuid-rs/uuid/pull/894) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.23.4...v1.23.5> ### [`v1.23.4`](https://github.com/uuid-rs/uuid/releases/tag/v1.23.4) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.23.3...v1.23.4) #### What's Changed - Fix up name of fuzz script in readme by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;888](https://github.com/uuid-rs/uuid/pull/888) - document fixes by [@&#8203;frostyplanet](https://github.com/frostyplanet) in [#&#8203;889](https://github.com/uuid-rs/uuid/pull/889) - Prepare for 1.23.4 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;890](https://github.com/uuid-rs/uuid/pull/890) #### New Contributors - [@&#8203;frostyplanet](https://github.com/frostyplanet) made their first contribution in [#&#8203;889](https://github.com/uuid-rs/uuid/pull/889) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.23.3...v1.23.4> ### [`v1.23.3`](https://github.com/uuid-rs/uuid/releases/tag/v1.23.3) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.23.2...v1.23.3) #### What's Changed - Fix up parser panic on empty input by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;886](https://github.com/uuid-rs/uuid/pull/886) - Prepare for 1.23.3 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;887](https://github.com/uuid-rs/uuid/pull/887) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.23.2...v1.23.3> ### [`v1.23.2`](https://github.com/uuid-rs/uuid/releases/tag/v1.23.2) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2) #### What's Changed - Improve error messages for ambiguous formats by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;882](https://github.com/uuid-rs/uuid/pull/882) - Prepare for 1.23.2 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;883](https://github.com/uuid-rs/uuid/pull/883) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2> ### [`v1.23.1`](https://github.com/uuid-rs/uuid/releases/tag/v1.23.1) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.23.0...v1.23.1) #### What's Changed - Remove deprecated `msrv` feature from wasm-bindgen dependency by [@&#8203;guybedford](https://github.com/guybedford) in [#&#8203;877](https://github.com/uuid-rs/uuid/pull/877) - fix: Timestamp::from\_gregorian deprecation note by [@&#8203;aznashwan](https://github.com/aznashwan) in [#&#8203;878](https://github.com/uuid-rs/uuid/pull/878) - Prepare for 1.23.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;879](https://github.com/uuid-rs/uuid/pull/879) #### New Contributors - [@&#8203;guybedford](https://github.com/guybedford) made their first contribution in [#&#8203;877](https://github.com/uuid-rs/uuid/pull/877) - [@&#8203;aznashwan](https://github.com/aznashwan) made their first contribution in [#&#8203;878](https://github.com/uuid-rs/uuid/pull/878) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.23.0...v1.23.1> ### [`v1.23.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.23.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0) #### What's Changed - feat: add support for 'hyphenated' format in the serde module by [@&#8203;FrenchDilettante](https://github.com/FrenchDilettante) in [#&#8203;865](https://github.com/uuid-rs/uuid/pull/865) - Fix a number of bugs in time-related code by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;872](https://github.com/uuid-rs/uuid/pull/872) - Reword invalid char error message by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;873](https://github.com/uuid-rs/uuid/pull/873) - Impl cleanups by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;874](https://github.com/uuid-rs/uuid/pull/874) - Use LazyLock to synchronize v1/v6 context initialization by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;875](https://github.com/uuid-rs/uuid/pull/875) - Prepare for 1.23.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;876](https://github.com/uuid-rs/uuid/pull/876) #### New Contributors - [@&#8203;FrenchDilettante](https://github.com/FrenchDilettante) made their first contribution in [#&#8203;865](https://github.com/uuid-rs/uuid/pull/865) #### Special thanks [@&#8203;meng-xu-cs](https://github.com/meng-xu-cs) raised a series of bugs against the timestamp logic in `uuid` using automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a better `uuid` library for everyone. Thanks! ### Deprecations This release includes the following deprecations: - `Context`: Renamed to `ContextV1` - `Timestamp::from_gregorian`: Renamed to `Timestamp::from_gregorian_time` ### Change to `Version::Max` `Version::Max`'s `u8` representation has changed from `0xff` to `0x0f` to match the value returned by `Uuid::get_version_num`. ### Change to `Uuid::get_version` for the max UUID `Uuid::get_version` will only return `Some(Version::Max)` if the UUID is actually the max UUID (all bytes are `0xff`). Previously it would return `Some` if only the version field was `0x0f`. This change matches the behaviour of the nil UUID, which only returns `Some(Version::Nil)` if the UUID is the nil UUID (all bytes are `0x00`). **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0> ### [`v1.22.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.22.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0) #### What's Changed - Default to rand 0.10 by [@&#8203;haxtibal](https://github.com/haxtibal) in [#&#8203;863](https://github.com/uuid-rs/uuid/pull/863) - Prepare for 1.22.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;864](https://github.com/uuid-rs/uuid/pull/864) #### New Contributors - [@&#8203;haxtibal](https://github.com/haxtibal) made their first contribution in [#&#8203;863](https://github.com/uuid-rs/uuid/pull/863) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0> ### [`v1.21.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.21.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.20.0...v1.21.0) #### What's Changed - Update getrandom to 0.4 by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;858](https://github.com/uuid-rs/uuid/pull/858) - feat: impl core::error::Error for Error by [@&#8203;XAMPPRocky](https://github.com/XAMPPRocky) in [#&#8203;852](https://github.com/uuid-rs/uuid/pull/852) - Prepare for 1.21.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;859](https://github.com/uuid-rs/uuid/pull/859) #### New Contributors - [@&#8203;XAMPPRocky](https://github.com/XAMPPRocky) made their first contribution in [#&#8203;852](https://github.com/uuid-rs/uuid/pull/852) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.20.0...v1.21.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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 --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate force-pushed renovate/uuid-1.x-lockfile from 07bc1c5b6a to 062c8f0108 2026-03-01 12:26:16 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.21.0 to Update Rust crate uuid to v1.22.0 2026-03-06 00:02:22 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 062c8f0108 to bf2fa404af 2026-03-06 00:02:24 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.22.0 to Update Rust crate uuid to v1.23.0 2026-03-28 19:38:44 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from bf2fa404af to 39559813af
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-28 19:38:46 +00:00
Compare
renovate changed title from Update Rust crate uuid to v1.23.0 to Update Rust crate uuid to v1.23.1 2026-04-16 05:11:24 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 39559813af
Some checks failed
renovate/artifacts Artifact file update failure
to 0c0935c42c 2026-04-16 05:11:25 +00:00
Compare
renovate changed title from Update Rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.2 2026-05-29 12:04:01 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 0c0935c42c to 02cdb4c374 2026-05-29 12:04:03 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.23.2 to Update Rust crate uuid to v1.23.3 2026-06-09 10:03:45 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 02cdb4c374 to ae61263578 2026-06-09 10:03:46 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.23.3 to Update Rust crate uuid to v1.23.4 2026-06-24 20:04:29 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from ae61263578 to 47e25f7827 2026-06-24 20:04:31 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.5 2026-07-12 20:01:27 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 47e25f7827 to 97a16caf98 2026-07-12 20:01:28 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.23.5 to Update Rust crate uuid to v1.24.0 2026-07-15 21:01:30 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 97a16caf98 to ec1efae79e 2026-07-15 21:01:31 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.24.0 to Update Rust crate uuid to v1.24.1 2026-08-15 00:02:34 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from ec1efae79e to 3fdeda23ce 2026-08-15 00:02:36 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.24.1 to Update Rust crate uuid to v1.25.0 2026-08-22 11:02:40 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 3fdeda23ce to 20f553646c 2026-08-22 11:02:40 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.25.0 to Update Rust crate uuid to v1.26.0 2026-08-26 23:02:46 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 20f553646c to cc1a13ba53 2026-08-26 23:02:47 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/uuid-1.x-lockfile:renovate/uuid-1.x-lockfile
git switch renovate/uuid-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/uuid-1.x-lockfile
git switch renovate/uuid-1.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/uuid-1.x-lockfile
git switch renovate/uuid-1.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/uuid-1.x-lockfile
git switch main
git merge --squash renovate/uuid-1.x-lockfile
git switch main
git merge --ff-only renovate/uuid-1.x-lockfile
git switch main
git merge renovate/uuid-1.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jmarya/htmsix!18
No description provided.