fix: make qbittorrent async to be awaitable async not queued async, n^2 retry
This commit is contained in:
@@ -17,10 +17,10 @@ tracing = "0.1.40"
|
||||
chrono = "0.4"
|
||||
validator = { version = "0.16" }
|
||||
sea-orm = { version = "1.0.0-rc.1", features = [
|
||||
"sqlx-sqlite",
|
||||
"sqlx-postgres",
|
||||
"runtime-tokio-rustls",
|
||||
"macros",
|
||||
"sqlx-sqlite",
|
||||
"sqlx-postgres",
|
||||
"runtime-tokio-rustls",
|
||||
"macros",
|
||||
] }
|
||||
|
||||
axum = "0.7.1"
|
||||
@@ -28,7 +28,7 @@ include_dir = "0.7"
|
||||
uuid = { version = "1.6.0", features = ["v4"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
|
||||
sea-orm-migration = { version = "1.0.0-rc.1", features = [
|
||||
"runtime-tokio-rustls",
|
||||
"runtime-tokio-rustls",
|
||||
] }
|
||||
reqwest = "0.11.24"
|
||||
thiserror = "1.0.57"
|
||||
@@ -36,7 +36,7 @@ rss = "2.0.7"
|
||||
bytes = "1.5.0"
|
||||
futures = "0.3.30"
|
||||
itertools = "0.12.1"
|
||||
qbit-rs = "0.4.1"
|
||||
qbit-rs = { git = "https://github.com/George-Miao/qbit.git", rev = "ad5af6a", features = ["default", "builder"] }
|
||||
url = "2.5.0"
|
||||
fancy-regex = "0.13.0"
|
||||
regex = "1.10.3"
|
||||
@@ -47,6 +47,7 @@ tl = { version = "0.7.8", features = ["simd"] }
|
||||
lightningcss = "1.0.0-alpha.54"
|
||||
html-escape = "0.2.13"
|
||||
opendal = "0.45.0"
|
||||
librqbit-core = "3.5.0"
|
||||
|
||||
[lib]
|
||||
name = "recorder"
|
||||
|
||||
Reference in New Issue
Block a user