From 9363b15256013aca956f50a2b1ab43b10a9d8ad8 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Wed, 7 Oct 2020 18:55:11 +0200 Subject: [PATCH] chore(deps) update lua-resty-timer to 1.0 (#98) also loosen Penlight constraints --- lua-resty-dns-client-5.1.0-1.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua-resty-dns-client-5.1.0-1.rockspec b/lua-resty-dns-client-5.1.0-1.rockspec index e921bb624f55..e881b5444562 100644 --- a/lua-resty-dns-client-5.1.0-1.rockspec +++ b/lua-resty-dns-client-5.1.0-1.rockspec @@ -16,9 +16,9 @@ description = { } dependencies = { "lua >= 5.1, < 5.4", - "penlight > 1.1, < 2.0", + "penlight ~> 1.0", "lrandom", - "lua-resty-timer < 1.0", + "lua-resty-timer ~> 1.0", "binaryheap >= 0.4", "luaxxhash >= 1.0", }