mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-06 23:21:47 +08:00
build: 更新项目依赖
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -19,21 +19,21 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||
arc-swap = { version = "1.7.1", features = ["serde"] }
|
||||
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
|
||||
async-stream = "0.3.5"
|
||||
async-trait = "0.1.80"
|
||||
async-trait = "0.1.81"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
clap = { version = "4.5.8", features = ["env"] }
|
||||
clap = { version = "4.5.9", features = ["env"] }
|
||||
cookie = "0.18.1"
|
||||
dirs = "5.0.1"
|
||||
filenamify = "0.1.0"
|
||||
filenamify = "0.1.1"
|
||||
float-ord = "0.3.2"
|
||||
futures = "0.3.30"
|
||||
handlebars = "5.1.2"
|
||||
handlebars = "6.0.0"
|
||||
hex = "0.4.3"
|
||||
md5 = "0.7.0"
|
||||
memchr = "2.7.4"
|
||||
once_cell = "1.19.0"
|
||||
prost = "0.12.6"
|
||||
quick-xml = { version = "0.35.0", features = ["async-tokio"] }
|
||||
prost = "0.13.1"
|
||||
quick-xml = { version = "0.36.0", features = ["async-tokio"] }
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.5"
|
||||
reqwest = { version = "0.12.5", features = [
|
||||
@@ -52,13 +52,13 @@ sea-orm = { version = "0.12.15", features = [
|
||||
"sqlx-sqlite",
|
||||
] }
|
||||
sea-orm-migration = { version = "0.12.15", features = [] }
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.120"
|
||||
serde_urlencoded = "0.7.1"
|
||||
strum = { version = "0.26.3", features = ["derive"] }
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
toml = "0.8.14"
|
||||
thiserror = "1.0.63"
|
||||
tokio = { version = "1.38.1", features = ["full"] }
|
||||
toml = "0.8.15"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user