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.