From aa3f81e7a4f914b2917cfe5bb43ee74eea87c214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Thu, 7 Mar 2024 13:22:22 +0000 Subject: [PATCH] Update lua-resty-http to v0.17.2 --- 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 5f42ce737..c21f61217 100644 --- a/src/deps/deps.json +++ b/src/deps/deps.json @@ -120,9 +120,9 @@ }, { "id": "lua-resty-http", - "name": "lua-resty-http v0.17.1", + "name": "lua-resty-http v0.17.2", "url": "https://github.com/ledgetech/lua-resty-http.git", - "commit": "4ab4269cf442ba52507aa2c718f606054452fcad" + "commit": "183310324026120ab7eaf5dd82b9be90ae63aadf" }, { "id": "lua-resty-ipmatcher",