fix(deps): update rust crate quick-xml to 0.38
This commit is contained in:
parent
8f7857fb09
commit
1aa4a3287d
|
|
@ -3527,9 +3527,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.37.5"
|
||||
version = "0.38.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
|
||||
checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"serde",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ thiserror = "2.0"
|
|||
sysinfo = "0.37"
|
||||
raw-cpuid = { version = "11", optional = true }
|
||||
reqwest = { version = "0.12", features = ["json", "multipart"] }
|
||||
quick-xml = { version = "0.37", features = ["serialize"] }
|
||||
quick-xml = { version = "0.38", features = ["serialize"] }
|
||||
urlencoding = "2.1"
|
||||
oauth2 = "4.4"
|
||||
url = "2.4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue