Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] 1aa4a3287d
fix(deps): update rust crate quick-xml to 0.38 2025-12-10 11:10:46 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3527,9 +3527,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]] [[package]]
name = "quick-xml" name = "quick-xml"
version = "0.37.5" version = "0.38.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
dependencies = [ dependencies = [
"memchr", "memchr",
"serde", "serde",

View File

@ -48,7 +48,7 @@ thiserror = "2.0"
sysinfo = "0.37" sysinfo = "0.37"
raw-cpuid = { version = "11", optional = true } raw-cpuid = { version = "11", optional = true }
reqwest = { version = "0.12", features = ["json", "multipart"] } reqwest = { version = "0.12", features = ["json", "multipart"] }
quick-xml = { version = "0.37", features = ["serialize"] } quick-xml = { version = "0.38", features = ["serialize"] }
urlencoding = "2.1" urlencoding = "2.1"
oauth2 = "4.4" oauth2 = "4.4"
url = "2.4" url = "2.4"