mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-08 08:57:30 +08:00
deps: 更新项目依赖 (#214)
This commit is contained in:
Generated
+478
-596
File diff suppressed because it is too large
Load Diff
+24
-24
@@ -15,28 +15,28 @@ publish = false
|
|||||||
bili_sync_entity = { path = "crates/bili_sync_entity" }
|
bili_sync_entity = { path = "crates/bili_sync_entity" }
|
||||||
bili_sync_migration = { path = "crates/bili_sync_migration" }
|
bili_sync_migration = { path = "crates/bili_sync_migration" }
|
||||||
|
|
||||||
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
anyhow = { version = "1.0.95", features = ["backtrace"] }
|
||||||
arc-swap = { version = "1.7.1", features = ["serde"] }
|
arc-swap = { version = "1.7.1", features = ["serde"] }
|
||||||
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
|
async-std = { version = "1.13.0", features = ["attributes", "tokio1"] }
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.6"
|
||||||
async-trait = "0.1.81"
|
async-trait = "0.1.85"
|
||||||
chrono = { version = "0.4.38", features = ["serde"] }
|
chrono = { version = "0.4.39", features = ["serde"] }
|
||||||
clap = { version = "4.5.11", features = ["env"] }
|
clap = { version = "4.5.26", features = ["env"] }
|
||||||
cookie = "0.18.1"
|
cookie = "0.18.1"
|
||||||
dirs = "5.0.1"
|
dirs = "6.0.0"
|
||||||
float-ord = "0.3.2"
|
float-ord = "0.3.2"
|
||||||
futures = "0.3.30"
|
futures = "0.3.31"
|
||||||
handlebars = "6.0.0"
|
handlebars = "6.3.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
leaky-bucket = "1.1.2"
|
leaky-bucket = "1.1.2"
|
||||||
md5 = "0.7.0"
|
md5 = "0.7.0"
|
||||||
memchr = "2.7.4"
|
memchr = "2.7.4"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.20.2"
|
||||||
prost = "0.13.1"
|
prost = "0.13.4"
|
||||||
quick-xml = { version = "0.36.1", features = ["async-tokio"] }
|
quick-xml = { version = "0.37.2", features = ["async-tokio"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
regex = "1.10.5"
|
regex = "1.11.1"
|
||||||
reqwest = { version = "0.12.5", features = [
|
reqwest = { version = "0.12.12", features = [
|
||||||
"charset",
|
"charset",
|
||||||
"cookies",
|
"cookies",
|
||||||
"gzip",
|
"gzip",
|
||||||
@@ -45,22 +45,22 @@ reqwest = { version = "0.12.5", features = [
|
|||||||
"rustls-tls",
|
"rustls-tls",
|
||||||
"stream",
|
"stream",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
rsa = { version = "0.9.6", features = ["sha2"] }
|
rsa = { version = "0.9.7", features = ["sha2"] }
|
||||||
sea-orm = { version = "0.12.15", features = [
|
sea-orm = { version = "1.1.4", features = [
|
||||||
"macros",
|
"macros",
|
||||||
"runtime-tokio-rustls",
|
"runtime-tokio-rustls",
|
||||||
"sqlx-sqlite",
|
"sqlx-sqlite",
|
||||||
] }
|
] }
|
||||||
sea-orm-migration = { version = "0.12.15", features = [] }
|
sea-orm-migration = { version = "1.1.4", features = [] }
|
||||||
serde = { version = "1.0.204", features = ["derive"] }
|
serde = { version = "1.0.217", features = ["derive"] }
|
||||||
serde_json = "1.0.120"
|
serde_json = "1.0.135"
|
||||||
serde_urlencoded = "0.7.1"
|
serde_urlencoded = "0.7.1"
|
||||||
strum = { version = "0.26.3", features = ["derive"] }
|
strum = { version = "0.26.3", features = ["derive"] }
|
||||||
thiserror = "1.0.63"
|
thiserror = "2.0.11"
|
||||||
tokio = { version = "1.39.2", features = ["full"] }
|
tokio = { version = "1.43.0", features = ["full"] }
|
||||||
toml = "0.8.16"
|
toml = "0.8.19"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.41"
|
||||||
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
tracing-subscriber = { version = "0.3.19", features = ["chrono"] }
|
||||||
|
|
||||||
[workspace.metadata.release]
|
[workspace.metadata.release]
|
||||||
release = false
|
release = false
|
||||||
|
|||||||
Reference in New Issue
Block a user