From 1fd4a784d2c7386f57651ed9626725a435d0fe72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:01:24 +0100 Subject: [PATCH] Update Rust crate uuid to v1.19.0 (#17304) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
uuid-rs/uuid (uuid) ### [`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 [@​paolobarbolini](https://redirect.github.com/paolobarbolini) in [#​843](https://redirect.github.com/uuid-rs/uuid/pull/843) - Upgrade to 2021 edition and fix most clippy warnings by [@​paolobarbolini](https://redirect.github.com/paolobarbolini) in [#​848](https://redirect.github.com/uuid-rs/uuid/pull/848) - Prepare for 1.19.0 release by [@​KodrAus](https://redirect.github.com/KodrAus) in [#​849](https://redirect.github.com/uuid-rs/uuid/pull/849) **Full Changelog**: ### [`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 [@​KodrAus](https://redirect.github.com/KodrAus) in [#​841](https://redirect.github.com/uuid-rs/uuid/pull/841) - Prepare for 1.18.1 release by [@​KodrAus](https://redirect.github.com/KodrAus) in [#​842](https://redirect.github.com/uuid-rs/uuid/pull/842) **Full Changelog**: ### [`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 [@​KodrAus](https://redirect.github.com/KodrAus) in [#​837](https://redirect.github.com/uuid-rs/uuid/pull/837) - Conversions between `Timestamp` and `std::time::SystemTime` by [@​dcormier](https://redirect.github.com/dcormier) in [#​835](https://redirect.github.com/uuid-rs/uuid/pull/835) - Wrap the error type used in time conversions by [@​KodrAus](https://redirect.github.com/KodrAus) in [#​838](https://redirect.github.com/uuid-rs/uuid/pull/838) - Prepare for 1.18.0 release by [@​KodrAus](https://redirect.github.com/KodrAus) in [#​839](https://redirect.github.com/uuid-rs/uuid/pull/839) ##### New Contributors - [@​dcormier](https://redirect.github.com/dcormier) made their first contribution in [#​835](https://redirect.github.com/uuid-rs/uuid/pull/835) **Full Changelog**:
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57333bafe..47e2c1c70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",