Skip to content

Update Rust crate uuid to 1.24.0#434

Open
nextest-bot wants to merge 1 commit into
mainfrom
renovate/uuid-1.x
Open

Update Rust crate uuid to 1.24.0#434
nextest-bot wants to merge 1 commit into
mainfrom
renovate/uuid-1.x

Conversation

@nextest-bot

@nextest-bot nextest-bot commented Aug 11, 2025

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
uuid workspace.dependencies minor 1.17.01.24.0

Release Notes

uuid-rs/uuid (uuid)

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.5...v1.24.0

v1.23.5

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.4...v1.23.5

v1.23.4

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

v1.23.3

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

v1.23.2

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2

v1.23.1

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@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: 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


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 Mend Renovate.

@nextest-bot nextest-bot added the dependencies Dependency-related updates label Aug 11, 2025
@codecov

codecov Bot commented Aug 11, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.09%. Comparing base (670fdd1) to head (099e986).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #434   +/-   ##
=======================================
  Coverage   85.09%   85.09%           
=======================================
  Files           7        7           
  Lines        1831     1831           
=======================================
  Hits         1558     1558           
  Misses        273      273           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nextest-bot nextest-bot changed the title fix(deps): update rust crate uuid to 1.18.0 fix(deps): update rust crate uuid to 1.18.1 Sep 2, 2025
@nextest-bot
nextest-bot force-pushed the renovate/uuid-1.x branch 2 times, most recently from 0582ee4 to 8d2c79e Compare November 11, 2025 04:43
@nextest-bot nextest-bot changed the title fix(deps): update rust crate uuid to 1.18.1 fix(deps): update rust crate uuid to 1.19.0 Dec 2, 2025
@nextest-bot nextest-bot changed the title fix(deps): update rust crate uuid to 1.19.0 fix(deps): update rust crate uuid to 1.20.0 Jan 25, 2026
@nextest-bot nextest-bot changed the title fix(deps): update rust crate uuid to 1.20.0 fix(deps): update rust crate uuid to 1.21.0 Feb 14, 2026
@nextest-bot nextest-bot changed the title fix(deps): update rust crate uuid to 1.21.0 fix(deps): update rust crate uuid to 1.22.0 Mar 6, 2026
@nextest-bot nextest-bot changed the title fix(deps): update rust crate uuid to 1.22.0 chore(deps): update rust crate uuid to 1.22.0 Mar 12, 2026
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.22.0 chore(deps): update rust crate uuid to 1.23.0 Mar 27, 2026
@nextest-bot
nextest-bot force-pushed the renovate/uuid-1.x branch 2 times, most recently from 0d5d818 to 2d4899a Compare April 1, 2026 03:50
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.23.0 chore(deps): update rust crate uuid to 1.22.0 Apr 1, 2026
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.22.0 chore(deps): update rust crate uuid to 1.23.0 Apr 3, 2026
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.23.0 chore(deps): update rust crate uuid to 1.23.1 Apr 23, 2026
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.23.1 chore(deps): update rust crate uuid to 1.23.2 Jun 5, 2026
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.23.2 chore(deps): update rust crate uuid to 1.23.3 Jun 16, 2026
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.23.3 chore(deps): update rust crate uuid to 1.23.4 Jul 2, 2026
@nextest-bot nextest-bot changed the title chore(deps): update rust crate uuid to 1.23.4 Update Rust crate uuid to 1.23.4 Jul 3, 2026
@nextest-bot nextest-bot changed the title Update Rust crate uuid to 1.23.4 Update Rust crate uuid to 1.23.5 Jul 20, 2026
@nextest-bot nextest-bot changed the title Update Rust crate uuid to 1.23.5 Update Rust crate uuid to 1.24.0 Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency-related updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant