Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Update Rust crate uuid to v1.23.0 - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uuid-1.x-lockfile
Open

Update Rust crate uuid to v1.23.0#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uuid-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
uuid dependencies minor 1.15.11.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

v1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0

v1.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0

v1.19.0

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.18.1...v1.19.0

v1.18.1

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.17.0...v1.18.0

v1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.15.1...v1.16.0


Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from 06110d3 to 8a8b9f0 Compare May 24, 2025 08:00
@renovate renovate Bot changed the title Update Rust crate uuid to v1.16.0 Update Rust crate uuid to v1.17.0 May 24, 2025
@renovate renovate Bot changed the title Update Rust crate uuid to v1.17.0 Update Rust crate uuid to v1.18.0 Aug 15, 2025
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from 8a8b9f0 to 3513983 Compare August 15, 2025 15:54
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from 3513983 to c69e755 Compare September 3, 2025 16:09
@renovate renovate Bot changed the title Update Rust crate uuid to v1.18.0 Update Rust crate uuid to v1.18.1 Sep 3, 2025
@renovate renovate Bot changed the title Update Rust crate uuid to v1.18.1 Update Rust crate uuid to v1.19.0 Dec 3, 2025
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from c69e755 to d32d7ad Compare December 3, 2025 07:48
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from d32d7ad to 6ecc174 Compare January 25, 2026 12:14
@renovate renovate Bot changed the title Update Rust crate uuid to v1.19.0 Update Rust crate uuid to v1.20.0 Jan 25, 2026
@renovate renovate Bot changed the title Update Rust crate uuid to v1.20.0 Update Rust crate uuid to v1.21.0 Feb 14, 2026
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from 6ecc174 to 7b9b8ac Compare February 14, 2026 04:02
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from 7b9b8ac to b7ffae0 Compare March 1, 2026 10:00
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from b7ffae0 to d42ea4e Compare March 8, 2026 10:42
@renovate renovate Bot changed the title Update Rust crate uuid to v1.21.0 Update Rust crate uuid to v1.22.0 Mar 8, 2026
@renovate renovate Bot changed the title Update Rust crate uuid to v1.22.0 Update Rust crate uuid to v1.23.0 Mar 31, 2026
@renovate
renovate Bot force-pushed the renovate/uuid-1.x-lockfile branch from d42ea4e to bfab280 Compare March 31, 2026 11:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants