From 79b0bdb5484de6e426a9f59e3a70aca16945a445 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Tue, 12 May 2026 13:07:32 +0000 Subject: [PATCH] bazel: Bump `envoy_toolshed` -> 0.3.34 Signed-off-by: Ryan Northey --- versions.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.bzl b/versions.bzl index e25bddcabb0a..eb56408ab0e6 100644 --- a/versions.bzl +++ b/versions.bzl @@ -55,8 +55,8 @@ VERSIONS = { "envoy_toolshed": { "type": "github_archive", "repo": "envoyproxy/toolshed", - "version": "0.3.32", - "sha256": "c97a787075422f9748ff3cf28eb160b8ef8b17e27c44083205ed6473d3945ae9", + "version": "0.3.34", + "sha256": "49bb8b3cff6b28d74f9cd18ca9b3607cf4a5b2e81ecb57a04a9bc3fe94ac7ac8", "urls": ["https://github.com/{repo}/releases/download/bazel-v{version}/toolshed-bazel-v{version}.tar.gz"], "strip_prefix": "toolshed-bazel-v{version}", },