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:
Aire-One 2022-09-11 02:23:10 +02:00
parent ee0e7a2899
commit fa445221dc
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"luacheckrc", "luacheckrc",
"lualogging", "lualogging",
"Luarocks", "Luarocks",
"luasec",
"luasocket", "luasocket",
"mkdir", "mkdir",
"setopt", "setopt",

View File

@ -17,6 +17,7 @@ dependencies = {
"web_sanitize 1.3.0", "web_sanitize 1.3.0",
"penlight 1.13.1", "penlight 1.13.1",
"luasocket 3.1.0-1", "luasocket 3.1.0-1",
"luasec 1.2.0-1",
} }
build = { build = {
type = "builtin", type = "builtin",