Changed threadpool to rusty_pool for a dynamic thread pool
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
threadpool = "1.0"
|
||||
rusty_pool = "0.6.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
openssl = {version = "0.10", features = ["vendored"]}
|
||||
|
Reference in New Issue
Block a user