Update Rust crate uuid to 1.24.0#434
Open
nextest-bot wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
September 2, 2025 06:25
bb16e6f to
3b98db5
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
2 times, most recently
from
November 11, 2025 04:43
0582ee4 to
8d2c79e
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
December 2, 2025 04:30
8d2c79e to
ee8bad5
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
January 25, 2026 04:41
ee8bad5 to
7cafa31
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
February 14, 2026 04:27
7cafa31 to
b5a92f4
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
March 6, 2026 04:34
b5a92f4 to
61b575c
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
March 12, 2026 03:50
61b575c to
210d4d0
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
March 27, 2026 04:35
210d4d0 to
41ef341
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
2 times, most recently
from
April 1, 2026 03:50
0d5d818 to
2d4899a
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
April 3, 2026 04:48
2d4899a to
32edc01
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
April 23, 2026 05:34
32edc01 to
8d369ce
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
June 5, 2026 11:53
8d369ce to
f907433
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
June 16, 2026 12:30
f907433 to
51f09fb
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
July 2, 2026 05:20
51f09fb to
9c0ae88
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
July 9, 2026 11:56
9c0ae88 to
10f4eae
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
July 20, 2026 04:07
10f4eae to
8a7d765
Compare
nextest-bot
force-pushed
the
renovate/uuid-1.x
branch
from
July 23, 2026 04:39
8a7d765 to
099e986
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.17.0→1.24.0Release Notes
uuid-rs/uuid (uuid)
v1.24.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.23.5...v1.24.0
v1.23.5Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.23.4...v1.23.5
v1.23.4Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4
v1.23.3Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3
v1.23.2Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2
v1.23.1Compare Source
What's Changed
msrvfeature from wasm-bindgen dependency by @guybedford in #877New Contributors
Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1
v1.23.0Compare Source
What's Changed
New Contributors
Special thanks
@meng-xu-cs raised a series of bugs against the timestamp logic in
uuidusing automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a betteruuidlibrary for everyone. Thanks!Deprecations
This release includes the following deprecations:
Context: Renamed toContextV1Timestamp::from_gregorian: Renamed toTimestamp::from_gregorian_timeChange to
Version::MaxVersion::Max'su8representation has changed from0xffto0x0fto match the value returned byUuid::get_version_num.Change to
Uuid::get_versionfor the max UUIDUuid::get_versionwill only returnSome(Version::Max)if the UUID is actually the max UUID (all bytes are0xff). Previously it would returnSomeif only the version field was0x0f. This change matches the behaviour of the nil UUID, which only returnsSome(Version::Nil)if the UUID is the nil UUID (all bytes are0x00).Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0
v1.22.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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.
This PR has been generated by Mend Renovate.