From ef33e14133fe378d5e286cf523e4f7e308d477bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 04:57:09 -0500 Subject: [PATCH] build(deps): bump uuid from 1.12.0 to 1.12.1 in the patch group (#645) --- Cargo.lock | 4 ++-- crates/ironrdp-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 342173e7..b5965131 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5494,9 +5494,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "serde", diff --git a/crates/ironrdp-client/Cargo.toml b/crates/ironrdp-client/Cargo.toml index fc9340f9..4d700526 100644 --- a/crates/ironrdp-client/Cargo.toml +++ b/crates/ironrdp-client/Cargo.toml @@ -78,7 +78,7 @@ reqwest = "0.12" url = "2.5" raw-window-handle = "0.6.2" ironrdp-core = { workspace = true, features = ["alloc"] } -uuid = { version = "1.12.0"} +uuid = { version = "1.12.1"} [target.'cfg(windows)'.dependencies] windows = { workspace = true, features = ["Win32_Foundation"] }