build(deps): bump quick-xml from 0.37.1 to 0.37.5 (#16086)

This commit is contained in:
dependabot[bot]
2025-07-02 07:22:37 +00:00
committed by GitHub
parent a18ff1d3a2
commit fdb677e932
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -885,7 +885,7 @@ dependencies = [
"encoding_rs", "encoding_rs",
"fast-float2", "fast-float2",
"log", "log",
"quick-xml 0.37.1", "quick-xml 0.37.5",
"serde", "serde",
"zip", "zip",
] ]
@ -3761,7 +3761,7 @@ dependencies = [
"pretty_assertions", "pretty_assertions",
"print-positions", "print-positions",
"procfs", "procfs",
"quick-xml 0.37.1", "quick-xml 0.37.5",
"rand 0.9.0", "rand 0.9.0",
"rand_chacha 0.9.0", "rand_chacha 0.9.0",
"rayon", "rayon",
@ -4518,7 +4518,7 @@ dependencies = [
"md-5", "md-5",
"parking_lot", "parking_lot",
"percent-encoding", "percent-encoding",
"quick-xml 0.37.1", "quick-xml 0.37.5",
"rand 0.9.0", "rand 0.9.0",
"reqwest", "reqwest",
"ring", "ring",
@ -5688,9 +5688,9 @@ dependencies = [
[[package]] [[package]]
name = "quick-xml" name = "quick-xml"
version = "0.37.1" version = "0.37.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
dependencies = [ dependencies = [
"encoding_rs", "encoding_rs",
"memchr", "memchr",

View File

@ -132,7 +132,7 @@ proc-macro-error2 = "2.0"
proc-macro2 = "1.0" proc-macro2 = "1.0"
procfs = "0.17.0" procfs = "0.17.0"
pwd = "1.3" pwd = "1.3"
quick-xml = "0.37.0" quick-xml = "0.37.5"
quickcheck = "1.0" quickcheck = "1.0"
quickcheck_macros = "1.1" quickcheck_macros = "1.1"
quote = "1.0" quote = "1.0"