Update dependencies (#94)
* Update deps * Pin clap to older * pin clap complete
This commit is contained in:
parent
a6a3a3aba3
commit
cf2f9f34e8
5 changed files with 303 additions and 277 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue