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

@ -9,9 +9,9 @@ edition = "2018"
hex = "0.4"
anyhow = "1"
url = "2"
uuid = {version = "0.8", features = ["v4"]}
uuid = {version = "1", features = ["v4"]}
log = "0.4"
parking_lot = "0.11"
parking_lot = "0.12"
serde = {version = "1", features=["derive"]}
buffers = {path="../buffers"}
bencode = {path = "../bencode", default-features=false}