Update dependencies (#94)

* Update deps

* Pin clap to older

* pin clap complete
This commit is contained in:
Igor Katson 2024-03-22 09:02:25 +00:00 committed by GitHub
parent a6a3a3aba3
commit cf2f9f34e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 303 additions and 277 deletions

View file

@ -22,6 +22,6 @@ serde = {version = "1", features=["derive"]}
urlencoding = "2"
rand = "0.8"
tracing = "0.1.40"
reqwest = {version="0.11.22", default-features=false, features = ["json"]}
reqwest = {version="0.12", default-features=false, features = ["json"]}
bencode = {path = "../bencode", default-features=false, package="librqbit-bencode", version="2.2.1"}
url = "2"