chore(deps): update rust crate uuid to v1.25.0 #6

Open
clank-bot wants to merge 1 commit from renovate/dependencies-(non-major) into main
Member

This PR contains the following updates:

Package Type Update Change
uuid dependencies minor 1.24.01.25.0

Release Notes

uuid-rs/uuid (uuid)

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


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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.24.0` → `1.25.0` | --- ### Release Notes <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`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> </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](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
chore(deps): update rust crate uuid to v1.24.1
All checks were successful
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/push/verify Pipeline was successful
e41c3d5e5a
clank-bot force-pushed renovate/dependencies-(non-major) from e41c3d5e5a
All checks were successful
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/push/verify Pipeline was successful
to 6188a06974
Some checks failed
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/pr/global-rust-verify Pipeline failed
ci/woodpecker/push/verify Pipeline was successful
2026-08-23 00:01:36 +00:00
Compare
clank-bot 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-23 00:01:36 +00:00
Some checks failed
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/pr/global-rust-verify Pipeline failed
ci/woodpecker/push/verify Pipeline was successful
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/dependencies-(non-major):renovate/dependencies-(non-major)
git switch renovate/dependencies-(non-major)

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/dependencies-(non-major)
git switch renovate/dependencies-(non-major)
git rebase main
git switch main
git merge --ff-only renovate/dependencies-(non-major)
git switch renovate/dependencies-(non-major)
git rebase main
git switch main
git merge --no-ff renovate/dependencies-(non-major)
git switch main
git merge --squash renovate/dependencies-(non-major)
git switch main
git merge --ff-only renovate/dependencies-(non-major)
git switch main
git merge renovate/dependencies-(non-major)
git push origin main
Sign in to join this conversation.
No description provided.