Drop tokio feature "parking_lot"

It's no longer needed with the improvements to the locks in the standard
library.
This commit is contained in:
Mahmoud Al-Qudsi 2022-10-16 15:48:13 -05:00
parent d520400413
commit 80c529b020
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ edition = "2018"
futures = "0.3.21"
getopts = "0.2.21"
rand = "0.8.5"
tokio = { version = "1.19.2", features = [ "io-util", "net", "rt-multi-thread", "parking_lot", "macros", "sync" ] }
tokio = { version = "1.19.2", features = [ "io-util", "net", "rt-multi-thread", "macros", "sync" ] }
# trust-dns-resolver = "0.19.5"