Upgrade deps

This commit is contained in:
Igor Katson 2022-12-04 13:11:40 +00:00
parent 15ae48e5af
commit ae847ce99c
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
12 changed files with 493 additions and 2173 deletions

View file

@ -13,13 +13,13 @@ serde_json = "1"
hex = "0.4"
bencode = {path = "../bencode", default-features=false}
anyhow = "1"
parking_lot = "0.11"
parking_lot = "0.12"
log = "0.4"
pretty_env_logger = "0.4"
futures = "0.3"
rand = "0.8"
indexmap = "1.7"
directories = "3"
directories = "4"
clone_to_owned = {path="../clone_to_owned"}
librqbit_core = {path="../librqbit_core"}