mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
switch librqbit/tracker-udp-dualstack branch to enable UDP IPv4+IPv6 support, update CLI API to 9.0.0-beta.0 (see release notes)
This commit is contained in:
parent
d0bd72396f
commit
379ddca62e
3 changed files with 3 additions and 9 deletions
|
|
@ -14,9 +14,11 @@ repository = "https://github.com/YGGverse/aquatic-crawler"
|
|||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
hyper-util = "0.1.14"
|
||||
librqbit = {version = "8.1.0", features = ["disable-upload"]}
|
||||
librqbit = {version = "9.0.0-beta.0", features = ["disable-upload"]}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.45", features = ["full"] }
|
||||
tracing-subscriber = "0.3"
|
||||
url = "2.5.4"
|
||||
[patch.crates-io]
|
||||
librqbit = { git = "https://github.com/ikatson/rqbit.git", branch = "tracker-udp-dualstack", package = "librqbit" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue