chore(dependencies): luasec 1.2.0-1
LuaSocket HTTP module needs an additional dependency to LuaSec to support TLS/SSL communications. (Required to perform HTTPS requests)
This commit is contained in:
parent
ee0e7a2899
commit
fa445221dc
|
@ -18,6 +18,7 @@
|
|||
"luacheckrc",
|
||||
"lualogging",
|
||||
"Luarocks",
|
||||
"luasec",
|
||||
"luasocket",
|
||||
"mkdir",
|
||||
"setopt",
|
||||
|
|
|
@ -17,6 +17,7 @@ dependencies = {
|
|||
"web_sanitize 1.3.0",
|
||||
"penlight 1.13.1",
|
||||
"luasocket 3.1.0-1",
|
||||
"luasec 1.2.0-1",
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
|
|
Loading…
Reference in New Issue