From 1d0f4db5199dfd9e538c3607044a2e26b98e941a Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Fri, 29 Jul 2022 21:40:49 +0800 Subject: [PATCH] chore(dep) bump resty.acme from 0.8.0 to 0.8..1 - bug fixes client: skip checking eab_handler if eab_kid and eab_hmac_key is set (#71) 6004738 - features storage: add Vault namespace (#63) e241933 --- kong-3.0.0-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kong-3.0.0-0.rockspec b/kong-3.0.0-0.rockspec index e97007e8e2b8..6c8ec1a0d49b 100644 --- a/kong-3.0.0-0.rockspec +++ b/kong-3.0.0-0.rockspec @@ -39,7 +39,7 @@ dependencies = { "lua-resty-openssl == 0.8.10", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", - "lua-resty-acme == 0.8.0", + "lua-resty-acme == 0.8.1", "lua-resty-session == 3.10", "lua-resty-timer-ng == 0.2.0", }