From 22adfd9a84daef3ff3c3d3ce4df195d57b5e59df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Thu, 8 Aug 2024 19:08:09 +0100 Subject: [PATCH] chore: update lua-resty-core to v0.1.29rc1 --- src/deps/deps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deps/deps.json b/src/deps/deps.json index 19a0f9a6a..8bc35f104 100644 --- a/src/deps/deps.json +++ b/src/deps/deps.json @@ -102,9 +102,9 @@ }, { "id": "lua-resty-core", - "name": "lua-resty-core v0.1.28", + "name": "lua-resty-core v0.1.29rc1", "url": "https://github.com/openresty/lua-resty-core.git", - "commit": "812b2d3871eb0d8da8f0198759ad9164f0eccac6" + "commit": "bf1c28ce97fe6b50d392dbfdde52922d65c5f71c" }, { "id": "lua-resty-dns",