Skip to content

Commit 5a01534

Browse files
authored
Merge pull request #27 from TheThingsIndustries/feature/update
Update dependencies
2 parents f1a6a66 + 32555fa commit 5a01534

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ALPINE_VERSION ?= 3.10
22
GO_VERSION ?= 1.12.9
3-
GRPC_GATEWAY_VERSION ?= 1.9.6
3+
GRPC_GATEWAY_VERSION ?= 1.11.1
44
GRPC_JAVA_VERSION ?= 1.23.0
55
GRPC_RUST_VERSION ?= 0.6.1
66
GRPC_SWIFT_VERSION ?= 0.9.1
@@ -10,12 +10,12 @@ PROTOBUF_C_VERSION ?= 1.3.2
1010
PROTOC_GEN_DOC_VERSION ?= 1.3.0
1111
PROTOC_GEN_FIELDMASK_VERSION ?= 0.1.5
1212
PROTOC_GEN_GO_VERSION ?= 1.3.2
13-
PROTOC_GEN_GOGO_VERSION ?= 1.2.1
13+
PROTOC_GEN_GOGO_VERSION ?= 1.3.0
1414
PROTOC_GEN_GOGOTTN_VERSION ?= 3.0.12
1515
PROTOC_GEN_LINT_VERSION ?= 0.2.1
1616
PROTOC_GEN_VALIDATE_VERSION ?= 0.2.0-java
1717
RUST_PROTOBUF_VERSION ?= 2.8.0
18-
RUST_VERSION ?= 1.36.0
18+
RUST_VERSION ?= 1.37.0
1919
SWIFT_VERSION ?= 5.0.2
2020
UPX_VERSION ?= 3.95
2121

check-versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
{"gogo", "protobuf"},
5959
{"TheThingsIndustries", "protoc-gen-gogottn"},
6060
{"ckaznocha", "protoc-gen-lint"},
61-
{"lyft", "protoc-gen-validate"},
61+
{"envoyproxy", "protoc-gen-validate"},
6262
{"stepancheg", "rust-protobuf"},
6363
{"rust-lang", "rust"},
6464
{"apple", "swift"},

0 commit comments

Comments
 (0)