mirror of https://github.com/neosmart/tcpproxy.git
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:
parent
d520400413
commit
80c529b020
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue