3 Commits

Author SHA1 Message Date
c5e43c7fbf Update dependency @eslint/js to ^9.32.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-07-29 00:22:19 +00:00
807dfc6635 Merge pull request 'Update Rust crate uuid to 1.17.0' (#368) from renovate/uuid-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-28 00:20:51 +00:00
4e1a2dcdba Update Rust crate uuid to 1.17.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2025-07-28 00:20:50 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -3835,12 +3835,14 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.16.0"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
dependencies = [
"getrandom 0.3.3",
"js-sys",
"serde",
"wasm-bindgen",
]
[[package]]

View File

@@ -32,7 +32,7 @@ reqwest = { version = "0.12.22", features = ["stream"] }
url = "2.5.4"
virt = "0.4.2"
sysinfo = { version = "0.36.1", features = ["serde"] }
uuid = { version = "1.16.0", features = ["v4", "serde"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] }
lazy-regex = "3.4.1"
thiserror = "2.0.12"
image = "0.25.6"