1 Commits

Author SHA1 Message Date
67b2385e25 chore(deps): update rust crate uuid to 1.23.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-28 00:31:42 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -4411,9 +4411,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.22.0"
version = "1.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
dependencies = [
"getrandom 0.4.2",
"js-sys",

View File

@@ -32,7 +32,7 @@ reqwest = { version = "0.13.2", features = ["stream"] }
url = "2.5.8"
virt = "0.4.3"
sysinfo = { version = "0.38.4", features = ["serde"] }
uuid = { version = "1.22.0", features = ["v4", "serde"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] }
lazy-regex = "3.6.0"
thiserror = "2.0.18"
image = "0.25.10"