From 07c7fe27ba9cdcb7c6a9fe4d9f134c599e962fd1 Mon Sep 17 00:00:00 2001 From: Alfred Fuller Date: Wed, 30 Aug 2023 12:32:08 -0700 Subject: [PATCH] Update to v0.4.2 --- Makefile | 2 +- bazel/deps.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bbd3410..625c2a9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ BIN := .tmp/bin COPYRIGHT_YEARS := 2023 LICENSE_IGNORE := -e internal/testdata/ LICENSE_HEADER_VERSION := 0294fdbe1ce8649ebaf5e87e8cdd588e33730bbb -PROTOVALIDATE_VERSION ?= v0.4.0 +PROTOVALIDATE_VERSION ?= v0.4.2 # Set to use a different compiler. For example, `GO=go1.18rc1 make test`. GO ?= go diff --git a/bazel/deps.bzl b/bazel/deps.bzl index a600dfb..4d8d404 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -55,10 +55,10 @@ _dependencies = { "patch_args": ["-p1"], }, "com_github_bufbuild_protovalidate": { - "sha256": "a76a17d540f9c3e2f042517059dc50b54dab9eb9350af8901dbb23c135525f31", - "strip_prefix": "protovalidate-0.4.0", + "sha256": "0dfa0a054f8739938172e28cdaa666c3e175e337d1fbf411ef76e729458be232", + "strip_prefix": "protovalidate-0.4.2", "urls": [ - "https://github.com/bufbuild/protovalidate/archive/v0.4.0.tar.gz", + "https://github.com/bufbuild/protovalidate/archive/v0.4.2.tar.gz", ], }, }