From d440e7364b9b87b96d13d072778549bfa7e336b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:48:29 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.13.2 to 1.14.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production 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 83afae727..d4c36498e 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]] @@ -4481,7 +4481,7 @@ dependencies = [ "futures", "local-ip-address", "mockall", - "rand 0.9.0", + "rand 0.8.5", "regex", "reqwest", "serde", @@ -4617,7 +4617,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", @@ -4890,9 +4890,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" +checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" dependencies = [ "getrandom 0.3.1", "rand 0.9.0",