You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/12/22 01:00:38 UTC

[apisix] branch master updated: chore: switch back to the official lua-protobuf (#8538)

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 fac989437 chore: switch back to the official lua-protobuf (#8538)
fac989437 is described below

commit fac9894378535ea2e0a60332907bde64612f421d
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Dec 22 09:00:32 2022 +0800

    chore: switch back to the official lua-protobuf (#8538)
---
 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 24232c12d..2395d2d93 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -46,7 +46,7 @@ dependencies = {
     "lua-resty-session = 3.10",
     "opentracing-openresty = 0.1",
     "lua-resty-radixtree = 2.8.2",
-    "api7-lua-protobuf = 0.1.1",
+    "lua-protobuf = 0.4.1",
     "lua-resty-openidc = 1.7.5",
     "luafilesystem = 1.7.0-2",
     "api7-lua-tinyyaml = 0.4.2",