chore: 更新 quick-xml

This commit is contained in:
amtoaer
2026-07-13 11:08:50 +08:00
parent d3cdf5102d
commit dedd666c1c
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -2629,9 +2629,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.40.1"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f"
checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
dependencies = [
"memchr",
"tokio",
@@ -4598,7 +4598,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]

View File

@@ -45,7 +45,7 @@ memchr = "2.8.3"
once_cell = "1.21.4"
parking_lot = "0.12.5"
prost = "0.14.4"
quick-xml = { version = "0.40.1", features = ["async-tokio"] }
quick-xml = { version = "0.41.0", features = ["async-tokio"] }
rand = "0.10.2"
regex = "1.13.0"
reqwest = { version = "0.13.4", features = [