From fd72087e5a3abe53150a359be184d959ff6be485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:51:53 +0100 Subject: [PATCH] chore(deps): update dependency protoc to v29.1 (#194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index ba3d0a6..ee8bb98 100644 --- a/.mise.toml +++ b/.mise.toml @@ -10,7 +10,7 @@ ASDF_RUST_PROFILE = "minimal" rust = '1.80.0' just = '1' grpcurl = '1.9' -protoc = '29.0' +protoc = '29.1' # grpc-health-probe = "*" # sccache = "0.5" binstall = "1.10"