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:
yggverse 2025-06-08 01:44:52 +03:00
parent d0bd72396f
commit 379ddca62e
3 changed files with 3 additions and 9 deletions

View file

@ -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" }