From 87be8e2f485c76b2821d533848f623366597f4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:54:10 +0000 Subject: [PATCH] Bump uuid from 1.5.0 to 1.11.1 in /tools/cp-utility Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.5.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.5.0...1.11.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/cp-utility/Cargo.lock | 4 ++-- tools/cp-utility/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/cp-utility/Cargo.lock b/tools/cp-utility/Cargo.lock index a1aa5dd68a..3b3aaf8892 100644 --- a/tools/cp-utility/Cargo.lock +++ b/tools/cp-utility/Cargo.lock @@ -140,9 +140,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.5.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom", "rand", diff --git a/tools/cp-utility/Cargo.toml b/tools/cp-utility/Cargo.toml index 7169660e4d..5020f379ee 100644 --- a/tools/cp-utility/Cargo.toml +++ b/tools/cp-utility/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dev-dependencies] # dependencies only used during tests tempfile = "3.9.0" -uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } +uuid = { version = "1.11.1", features = ["v4", "fast-rng"] } [profile.release] # Levers to optimize the binary for size