This is an automated email from the ASF dual-hosted git repository.
shreemaanabhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 1c6f7134e feat(plugin): update lua-resty-t1k to 1.1.1 (#10976)
1c6f7134e is described below
commit 1c6f7134e82a000b3ae99fa10971de63eca5fc0f
Author: Blaise Wang <[email protected]>
AuthorDate: Thu Feb 29 11:43:28 2024 +0800
feat(plugin): update lua-resty-t1k to 1.1.1 (#10976)
---
apisix-master-0.rockspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apisix-master-0.rockspec b/apisix-master-0.rockspec
index 90327d61b..91e6b541c 100644
--- a/apisix-master-0.rockspec
+++ b/apisix-master-0.rockspec
@@ -79,7 +79,7 @@ dependencies = {
"nanoid = 0.1-1",
"lua-resty-mediador = 0.1.2-1",
"lua-resty-ldap = 0.1.0-0",
- "lua-resty-t1k = 1.1.0",
+ "lua-resty-t1k = 1.1.1",
"brotli-ffi = 0.3-1",
"lua-ffi-zlib = 0.6-0"
}