Skip to content

Update Rust crate uuid to 1.23.0#63

Open
oxide-renovate[bot] wants to merge 1 commit intomainfrom
renovate/uuid-1.x
Open

Update Rust crate uuid to 1.23.0#63
oxide-renovate[bot] wants to merge 1 commit intomainfrom
renovate/uuid-1.x

Conversation

@oxide-renovate
Copy link
Copy Markdown
Contributor

@oxide-renovate oxide-renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Type Update Change
uuid workspace.dependencies minor 1.18.01.23.0

Release Notes

uuid-rs/uuid (uuid)

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: uuid-rs/uuid@v1.22.0...v1.23.0


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 8pm,before 6am"
  • Automerge
    • "after 8pm,before 6am"

🚦 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 Renovate Bot.

@oxide-renovate oxide-renovate bot changed the title Update Rust crate uuid to 1.18.1 Update Rust crate uuid to 1.19.0 Dec 2, 2025
@oxide-renovate oxide-renovate bot changed the title Update Rust crate uuid to 1.19.0 Update Rust crate uuid to 1.20.0 Jan 25, 2026
@oxide-renovate oxide-renovate bot changed the title Update Rust crate uuid to 1.20.0 Update Rust crate uuid to 1.21.0 Feb 14, 2026
@oxide-renovate oxide-renovate bot changed the title Update Rust crate uuid to 1.21.0 Update Rust crate uuid to 1.22.0 Mar 6, 2026
@oxide-renovate oxide-renovate bot force-pushed the renovate/uuid-1.x branch from de12ca6 to 201712c Compare March 6, 2026 04:38
@oxide-renovate oxide-renovate bot changed the title Update Rust crate uuid to 1.22.0 Update Rust crate uuid to 1.23.0 Mar 27, 2026
@oxide-renovate oxide-renovate bot force-pushed the renovate/uuid-1.x branch from 201712c to 45eacf6 Compare March 27, 2026 03:59
@oxide-renovate oxide-renovate bot force-pushed the renovate/uuid-1.x branch from 45eacf6 to dc94b76 Compare March 31, 2026 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants