Skip to content

Commit

Permalink
chore(deps) bump penlight from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
  - `compat.wrap` a `coroutine.wrap` implementation that works like plain Lua
    on OpenResty. (#342)

  - In `pl.class`, `_init` can now be inherited from grandparent (or older ancestor) classes. [#289](lunarmodules/Penlight#289)
  - Using `compat.wrap` it now fixes `dir.dirtree`, `pl.lexer` on OpenResty. [#342](lunarmodules/Penlight#342)
  • Loading branch information
Tieske committed Sep 22, 2020
1 parent ff0448b commit ccaba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong-2.1.4-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = {
"inspect == 3.1.1",
"luasec == 0.9",
"luasocket == 3.0-rc1",
"penlight == 1.8.0",
"penlight == 1.9.0",
"lua-resty-http == 0.15",
"lua-resty-jit-uuid == 0.0.7",
"lua-ffi-zlib == 0.5",
Expand Down

0 comments on commit ccaba07

Please sign in to comment.