build(deps): bump uuid from 1.12.0 to 1.12.1 in the patch group (#645)

This commit is contained in:
dependabot[bot]
2025-01-28 04:57:09 -05:00
committed by GitHub
parent fa353765af
commit ef33e14133
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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"] }