From 3fa6218a26f9a10c65d634e592213ce8dc7622d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:08:58 +0000 Subject: [PATCH] Bump uuid in /native in the cargo-minor-and-patch group Bumps the cargo-minor-and-patch group in /native with 1 update: [uuid](https://github.com/uuid-rs/uuid). Updates `uuid` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.24.0...v1.24.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 4 ++-- native/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index 7f38d7f..119dc2f 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -3184,9 +3184,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.24.0" +version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" +checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9" dependencies = [ "getrandom 0.4.3", "js-sys", diff --git a/native/Cargo.toml b/native/Cargo.toml index d7d398f..41eaa67 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "=1.0.151" sha1 = "=0.11.0" sysinfo = "=0.39.6" tokio = { version = "=1.53.1", features = ["io-std", "io-util", "macros", "rt-multi-thread", "sync", "time"] } -uuid = { version = "=1.24.0", features = ["v4"] } +uuid = { version = "=1.24.1", features = ["v4"] } # librespot-core 0.8.0's build script is incompatible with vergen 9.1. Pin the last compatible # resolver range until a published librespot release removes that constraint.