3 Commits

Author SHA1 Message Date
6f12b09579 Update dependency xml-formatter to ^3.6.7
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-01-25 00:33:30 +00:00
1942248a09 Merge pull request 'Update Rust crate thiserror to 2.0.18' (#484) from renovate/thiserror-2.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-01-24 00:32:19 +00:00
19ab088892 Update Rust crate thiserror to 2.0.18
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-01-23 00:32:56 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -3533,18 +3533,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.17" version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.17" version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@@ -34,7 +34,7 @@ virt = "0.4.3"
sysinfo = { version = "0.36.1", features = ["serde"] } sysinfo = { version = "0.36.1", features = ["serde"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] } uuid = { version = "1.17.0", features = ["v4", "serde"] }
lazy-regex = "3.4.2" lazy-regex = "3.4.2"
thiserror = "2.0.17" thiserror = "2.0.18"
image = "0.25.9" image = "0.25.9"
rand = "0.9.2" rand = "0.9.2"
tokio = { version = "1.47.1", features = ["rt", "time", "macros"] } tokio = { version = "1.47.1", features = ["rt", "time", "macros"] }