Simplify cancellation as peer_rx doesnt need a token no longer

This commit is contained in:
Igor Katson 2024-02-26 20:45:21 +00:00
parent 39330dc717
commit 18f22cf323
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 103 additions and 90 deletions

1
Cargo.lock generated
View file

@ -1257,6 +1257,7 @@ name = "librqbit"
version = "5.5.0"
dependencies = [
"anyhow",
"async-stream",
"axum 0.7.4",
"backoff",
"base64",