Update Rust crate uuid to v1.19.0 (#17304)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://redirect.github.com/uuid-rs/uuid) |
workspace.dependencies | minor | `1.17.0` → `1.19.0` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid (uuid)</summary>

###
[`v1.19.0`](https://redirect.github.com/uuid-rs/uuid/releases/tag/v1.19.0)

[Compare
Source](https://redirect.github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0)

#### What's Changed

- Switch serde dependency to serde\_core by
[@&#8203;paolobarbolini](https://redirect.github.com/paolobarbolini) in
[#&#8203;843](https://redirect.github.com/uuid-rs/uuid/pull/843)
- Upgrade to 2021 edition and fix most clippy warnings by
[@&#8203;paolobarbolini](https://redirect.github.com/paolobarbolini) in
[#&#8203;848](https://redirect.github.com/uuid-rs/uuid/pull/848)
- Prepare for 1.19.0 release by
[@&#8203;KodrAus](https://redirect.github.com/KodrAus) in
[#&#8203;849](https://redirect.github.com/uuid-rs/uuid/pull/849)

**Full Changelog**:
<https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0>

###
[`v1.18.1`](https://redirect.github.com/uuid-rs/uuid/releases/tag/v1.18.1)

[Compare
Source](https://redirect.github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1)

##### What's Changed

- Unsafe cleanup by
[@&#8203;KodrAus](https://redirect.github.com/KodrAus) in
[#&#8203;841](https://redirect.github.com/uuid-rs/uuid/pull/841)
- Prepare for 1.18.1 release by
[@&#8203;KodrAus](https://redirect.github.com/KodrAus) in
[#&#8203;842](https://redirect.github.com/uuid-rs/uuid/pull/842)

**Full Changelog**:
<https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1>

###
[`v1.18.0`](https://redirect.github.com/uuid-rs/uuid/releases/tag/v1.18.0)

[Compare
Source](https://redirect.github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0)

##### What's Changed

- Fix up mismatched\_lifetime\_syntaxes lint by
[@&#8203;KodrAus](https://redirect.github.com/KodrAus) in
[#&#8203;837](https://redirect.github.com/uuid-rs/uuid/pull/837)
- Conversions between `Timestamp` and `std::time::SystemTime` by
[@&#8203;dcormier](https://redirect.github.com/dcormier) in
[#&#8203;835](https://redirect.github.com/uuid-rs/uuid/pull/835)
- Wrap the error type used in time conversions by
[@&#8203;KodrAus](https://redirect.github.com/KodrAus) in
[#&#8203;838](https://redirect.github.com/uuid-rs/uuid/pull/838)
- Prepare for 1.18.0 release by
[@&#8203;KodrAus](https://redirect.github.com/KodrAus) in
[#&#8203;839](https://redirect.github.com/uuid-rs/uuid/pull/839)

##### New Contributors

- [@&#8203;dcormier](https://redirect.github.com/dcormier) made their
first contribution in
[#&#8203;835](https://redirect.github.com/uuid-rs/uuid/pull/835)

**Full Changelog**:
<https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/astral-sh/uv).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-05 12:01:24 +01:00
committed by GitHub
parent fe9198e546
commit 1fd4a784d2

4
Cargo.lock generated
View File

@@ -5376,9 +5376,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.17.0"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
dependencies = [
"getrandom 0.3.3",
"js-sys",