mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-08-06 12:53:39 +08:00
chore: 更新 quick-xml
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -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]]
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user