This is an automated email from the ASF dual-hosted git repository.
spacewander 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 5a32d51 feat: upgrade lua-resty-template to 2.0 (#3965)
5a32d51 is described below
commit 5a32d51bad9a475c458d1ed061b24edd9fc40539
Author: ashly <[email protected]>
AuthorDate: Thu Apr 1 20:47:29 2021 +0800
feat: upgrade lua-resty-template to 2.0 (#3965)
Co-authored-by: chenm <[email protected]>
---
rockspec/apisix-master-0.rockspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rockspec/apisix-master-0.rockspec
b/rockspec/apisix-master-0.rockspec
index 584f962..b44169f 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -33,7 +33,7 @@ description = {
dependencies = {
"lua-resty-ctxdump = 0.1-0",
"lua-resty-dns-client = 5.2.0",
- "lua-resty-template = 1.9",
+ "lua-resty-template = 2.0",
"lua-resty-etcd = 1.5.0",
"lua-resty-balancer = 0.02rc5",
"lua-resty-ngxvar = 0.5.2",