From 52faf0b11e61b9305d3a760a14a469568728eabe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:28:55 +0000 Subject: [PATCH] chore(deps): update dependency protoc to v35 --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index 4c434e8..44b9232 100644 --- a/.mise.toml +++ b/.mise.toml @@ -17,7 +17,7 @@ OTEL_TRACES_SAMPLER = "always_on" [tools] rust = { version = "1.91.0", profile = "minimal", components = "rustfmt,clippy" } # the rust tool stack (with cargo, fmt, clippy) to build source grpcurl = "1.9" -protoc = "34.1" +protoc = "35.0" # grpc-health-probe = "*" # sccache = "0.5" # cargo-binstall allow to download (insteal of build) "cargo:*"