mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 15:39:07 +08:00
build: 升级依赖 (#160)
This commit is contained in:
+4
-4
@@ -21,7 +21,7 @@ async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
|
||||
async-stream = "0.3.5"
|
||||
async-trait = "0.1.81"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
clap = { version = "4.5.9", features = ["env"] }
|
||||
clap = { version = "4.5.11", features = ["env"] }
|
||||
cookie = "0.18.1"
|
||||
dirs = "5.0.1"
|
||||
float-ord = "0.3.2"
|
||||
@@ -32,7 +32,7 @@ md5 = "0.7.0"
|
||||
memchr = "2.7.4"
|
||||
once_cell = "1.19.0"
|
||||
prost = "0.13.1"
|
||||
quick-xml = { version = "0.36.0", features = ["async-tokio"] }
|
||||
quick-xml = { version = "0.36.1", features = ["async-tokio"] }
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.5"
|
||||
reqwest = { version = "0.12.5", features = [
|
||||
@@ -56,8 +56,8 @@ serde_json = "1.0.120"
|
||||
serde_urlencoded = "0.7.1"
|
||||
strum = { version = "0.26.3", features = ["derive"] }
|
||||
thiserror = "1.0.63"
|
||||
tokio = { version = "1.38.1", features = ["full"] }
|
||||
toml = "0.8.15"
|
||||
tokio = { version = "1.39.2", features = ["full"] }
|
||||
toml = "0.8.16"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user