From a19792611642e641dd8a3a60ee5f0058ad02d7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:43:32 +0000 Subject: [PATCH] Bump uuid from 1.11.0 to 1.12.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.12.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bc42777..b6248249 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2377,9 +2377,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index de6bb7a3..d78a841f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ termion = "4" thiserror = "1.0" unic = "0.9" url = "2.5" -uuid = "1.1" +uuid = "1.12" walkdir = "2.5" which = "7.0" whoami = "1.5"