From f64756eca4552901ecc9c197137ea49512beb670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 20:02:49 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.13.2 to 1.15.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.2 to 1.15.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.13.2...v1.15.0) --- updated-dependencies: - dependency-name: uuid dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71140b9f7..09d86381c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ "r2d2", "r2d2_mysql", "r2d2_sqlite", - "rand 0.9.0", + "rand 0.8.5", "serde", "serde_json", "testcontainers", @@ -672,7 +672,7 @@ dependencies = [ "futures", "lazy_static", "mockall", - "rand 0.9.0", + "rand 0.8.5", "thiserror 2.0.11", "tokio", "torrust-tracker-configuration", @@ -2355,7 +2355,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -4482,7 +4482,7 @@ dependencies = [ "futures", "local-ip-address", "mockall", - "rand 0.9.0", + "rand 0.8.5", "regex", "reqwest", "serde", @@ -4619,7 +4619,7 @@ dependencies = [ name = "torrust-tracker-test-helpers" version = "3.0.0-develop" dependencies = [ - "rand 0.9.0", + "rand 0.8.5", "torrust-tracker-configuration", "tracing", "tracing-subscriber", @@ -4892,9 +4892,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.2" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" +checksum = "bd8dcafa1ca14750d8d7a05aa05988c17aab20886e1f3ae33a40223c58d92ef7" dependencies = [ "getrandom 0.3.1", "rand 0.9.0",