From 4d1223a4b70b56ad8f812585d7284e8ad56c19d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Jun 2022 10:27:42 +0000 Subject: [PATCH] Update dependency container-storage-interface/spec to v1.6.0 --- csi_crypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csi_crypt/Makefile b/csi_crypt/Makefile index 46e2d79..882a0ae 100644 --- a/csi_crypt/Makefile +++ b/csi_crypt/Makefile @@ -11,7 +11,7 @@ csi_pb2.py csi_pb2_grpc.py &: $(proto_dir)/csi.proto $(proto_dir)/csi.proto: mkdir -p $(proto_dir) - curl -o $@ "https://raw.githubusercontent.com/container-storage-interface/spec/v1.3.0/csi.proto" + curl -o $@ "https://raw.githubusercontent.com/container-storage-interface/spec/v1.6.0/csi.proto" clean: rm -f $(proto_dir)/csi.proto