mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-11 02:31:07 +08:00
deps: reqwest 支持 gzip
This commit is contained in:
@@ -11,7 +11,12 @@ sea-orm = { version = "0.12", features = [
|
||||
"macros",
|
||||
] }
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.12.0", features = ["json", "stream", "cookies"] }
|
||||
reqwest = { version = "0.12.0", features = [
|
||||
"json",
|
||||
"stream",
|
||||
"cookies",
|
||||
"gzip",
|
||||
] }
|
||||
cookie = { version = "0.18.0", features = ["percent-encode"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
strum = { version = "0.26", features = ["derive"] }
|
||||
@@ -26,6 +31,8 @@ chrono = { version = "0.4.35", features = ["serde"] }
|
||||
env_logger = "0.11.3"
|
||||
log = "0.4.21"
|
||||
handlebars = "5.1.2"
|
||||
dirs = "5.0.1"
|
||||
toml = "0.8.12"
|
||||
futures = "0.3.30"
|
||||
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
|
||||
once_cell = "1.19.0"
|
||||
|
||||
Reference in New Issue
Block a user