Provide a fix for Docker deployment process
This commit is contained in:
parent
daa6fd9515
commit
82cc061d07
3 changed files with 44 additions and 2 deletions
|
@ -19,7 +19,7 @@ serde_json = {version="1.0.105"}
|
|||
fake-useragent = {version="0.1.3"}
|
||||
env_logger = {version="0.10.0"}
|
||||
log = {version="0.4.20"}
|
||||
mlua = {version="0.8.10", features=["luajit"]}
|
||||
mlua = {version="0.8.10", features=["luajit", "vendored"]}
|
||||
redis = {version="0.23.3", features=["tokio-comp","connection-manager"], optional = true}
|
||||
md5 = {version="0.7.0"}
|
||||
rand={version="0.8.5"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue