From fb8a9476e5feed004e26017a66eaa699bca22b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:24:57 +0000 Subject: [PATCH] Bump uuid from 1.14.0 to 1.15.0 in the everything group Bumps the everything group with 1 update: [uuid](https://github.com/uuid-rs/uuid). Updates `uuid` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f4d415..4a6215f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,9 +1201,9 @@ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "uuid" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" +checksum = "bd8dcafa1ca14750d8d7a05aa05988c17aab20886e1f3ae33a40223c58d92ef7" dependencies = [ "getrandom 0.3.1", ] diff --git a/Cargo.toml b/Cargo.toml index 37966bb..aa80691 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" structopt = "0.3" -uuid = { version = "1.14", features = ["v4"] } +uuid = { version = "1.15", features = ["v4"] } yaml-rust2 = "0.10.0" simplelog = "0.12" nix = { version = "0.29", default-features = false, features = ["user"] }