chore(deps): update rust crate uuid to v1.26.0 #45

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.21.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


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.21.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> </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 changed title from chore(deps): update rust crate uuid to v1.22.0 to chore(deps): update rust crate uuid to v1.23.0 2026-03-28 19:37:47 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from d989d01675 to 8e87c8fa8f 2026-03-28 19:37:48 +00:00 Compare
renovate changed title from chore(deps): update rust crate uuid to v1.23.0 to Update Rust crate uuid to v1.23.0 2026-04-04 00:29:12 +00:00
renovate changed title from Update Rust crate uuid to v1.23.0 to chore(deps): update rust crate uuid to v1.23.0 2026-04-05 05:02:42 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.0 to Update Rust crate uuid to v1.23.0 2026-04-05 09:48:15 +00:00
renovate changed title from Update Rust crate uuid to v1.23.0 to chore(deps): update rust crate uuid to v1.23.0 2026-04-05 20:17:53 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.0 to Update Rust crate uuid to v1.23.0 2026-04-11 00:02:34 +00:00
renovate changed title from Update Rust crate uuid to v1.23.0 to chore(deps): update rust crate uuid to v1.23.0 2026-04-13 13:39:00 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.0 to Update Rust crate uuid to v1.23.0 2026-04-13 13:46:17 +00:00
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:09 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 8e87c8fa8f to ba6408ee2a 2026-04-16 05:11:10 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-17 22:57:47 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 09:30:10 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 10:08:19 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 10:12:46 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 10:18:19 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 10:31:14 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 11:03:40 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 11:20:05 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 12:17:20 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 12:23:17 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 12:30:18 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 13:02:37 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 13:11:17 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 13:37:47 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 14:18:11 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 15:07:41 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 15:18:02 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 15:23:31 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 16:02:56 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 16:12:27 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 16:17:49 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 16:23:23 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 17:08:30 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 17:13:03 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 17:19:19 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 17:31:46 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 17:41:49 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 18:02:52 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 18:08:13 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 18:22:46 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 18:30:00 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 18:39:36 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 19:22:30 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 20:12:10 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 20:22:48 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 20:39:05 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 21:07:52 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 21:12:34 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 21:39:20 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 22:09:37 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 23:08:58 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 23:15:08 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-20 23:27:05 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-20 23:43:50 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 00:08:31 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 00:30:02 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 01:02:50 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 01:07:55 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 01:17:59 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 01:23:36 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 02:12:04 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 02:17:00 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 02:23:13 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 02:39:39 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 03:02:50 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 04:08:43 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 04:13:40 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 04:18:31 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 04:24:11 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 05:02:36 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 05:07:21 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 05:12:39 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 05:18:29 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-04-21 05:31:09 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-04-21 06:02:47 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-05-02 00:03:53 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-05-06 20:17:22 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-05-10 05:26:52 +00:00
renovate changed title from Update Rust crate uuid to v1.23.1 to chore(deps): update rust crate uuid to v1.23.1 2026-05-10 05:37:13 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.1 to Update Rust crate uuid to v1.23.1 2026-05-17 01:04:09 +00:00
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:03:45 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from ba6408ee2a to 0606e84c74 2026-05-29 12:03:46 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.23.2 to chore(deps): update rust crate uuid to v1.23.2 2026-06-08 00:05:28 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.2 to chore(deps): update rust crate uuid to v1.23.3 2026-06-09 10:03:33 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 0606e84c74 to b1fcc9f1a1 2026-06-09 10:03:33 +00:00 Compare
renovate changed title from chore(deps): update rust crate uuid to v1.23.3 to Update Rust crate uuid to v1.23.3 2026-06-21 03:03:29 +00:00
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:14 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from b1fcc9f1a1 to 6387e25da2 2026-06-24 20:04:16 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-06-29 23:06:48 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-06-30 12:05:15 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-06-30 13:04:37 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-01 00:04:02 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-01 01:06:21 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-02 00:04:01 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-02 01:04:25 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-02 12:04:37 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-02 13:05:58 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-02 15:04:24 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-02 16:05:01 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-02 17:03:13 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-02 19:03:17 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-02 20:03:36 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-02 22:03:24 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-02 23:04:26 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-03 01:05:31 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-03 03:04:56 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-03 06:03:57 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-03 08:03:18 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-03 09:05:46 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-03 12:05:31 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-03 13:03:17 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-03 15:04:22 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-03 16:04:12 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-03 17:03:56 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-03 20:03:29 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-03 23:03:32 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-04 01:03:30 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-04 02:03:03 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-04 03:04:03 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-04 04:05:33 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-04 05:03:43 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-04 06:03:15 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-04 08:03:25 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-04 09:03:38 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-04 10:03:20 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-04 11:03:16 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-04 13:03:47 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-04 15:03:49 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-04 21:03:59 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-04 22:03:07 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-05 02:03:51 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-05 04:03:14 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-05 05:04:32 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-05 06:04:51 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-05 08:03:07 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-05 09:03:18 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-05 13:03:19 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-05 15:03:46 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-05 16:03:23 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-05 18:03:50 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-05 21:05:50 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-05 23:04:56 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-06 04:03:58 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-06 06:03:35 +00:00
renovate changed title from Update Rust crate uuid to v1.23.4 to chore(deps): update rust crate uuid to v1.23.4 2026-07-06 07:03:36 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.23.4 to Update Rust crate uuid to v1.23.4 2026-07-06 08:01:01 +00:00
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:08 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 6387e25da2 to 935dca53e5 2026-07-12 20:01:10 +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:11 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 935dca53e5 to 92d79c4c05 2026-07-15 21:01:12 +00:00 Compare
renovate changed title from Update Rust crate uuid to v1.24.0 to chore(deps): update rust crate uuid to v1.24.0 2026-08-14 23:01:51 +00:00
renovate changed title from chore(deps): update rust crate uuid to v1.24.0 to chore(deps): update rust crate uuid to v1.24.1 2026-08-15 00:01:47 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from 92d79c4c05 to 925c6a5a93 2026-08-15 00:01:49 +00:00 Compare
renovate force-pushed renovate/uuid-1.x-lockfile from 925c6a5a93 to e22b22099c 2026-08-22 11:01:51 +00:00 Compare
renovate changed title from chore(deps): update rust crate uuid to v1.24.1 to chore(deps): update rust crate uuid to v1.25.0 2026-08-22 11:01:52 +00:00
renovate force-pushed renovate/uuid-1.x-lockfile from e22b22099c to 420e86c7e0 2026-08-26 23:01:56 +00:00 Compare
renovate changed title from chore(deps): update rust crate uuid to v1.25.0 to chore(deps): update rust crate uuid to v1.26.0 2026-08-26 23:01:58 +00:00
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/comrade!45
No description provided.