Try to remove default features from "url" to compile on older Rusts

This commit is contained in:
Igor Katson 2024-12-03 20:58:21 +00:00
parent 1998f7d859
commit 44c54ed3ce
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 5 additions and 5 deletions

View file

@ -24,4 +24,4 @@ rand = "0.8"
tracing = "0.1.40"
reqwest = { version = "0.12", default-features = false, features = ["json"] }
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
url = "2"
url = { version = "2", default-features = false }