From fe8e6b69e863b2012cac5614f8cf11869308e80b Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Mon, 27 Jul 2026 14:12:23 +0100 Subject: [PATCH] deps/bazel/wasm: Bump toolshed -> 0.4.0 Signed-off-by: Ryan Northey --- wasm-cc/bazel/versions.bzl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wasm-cc/bazel/versions.bzl b/wasm-cc/bazel/versions.bzl index 501e612b..2cf4542b 100644 --- a/wasm-cc/bazel/versions.bzl +++ b/wasm-cc/bazel/versions.bzl @@ -64,10 +64,9 @@ VERSIONS = { "envoy_toolshed": { "type": "github_archive", "repo": "envoyproxy/toolshed", - "version": "0.3.34", - "sha256": "4bcf8ea8ca52fe27287b42fd10f01fb9d99b0c76c58383a8fbdaa33c4a6b2713", + "version": "0.4.0", + "sha256": "71b0b8ca1e230e624577ec74989c9b855acbeff9696d7398ab476bfbbadf854c", "url": "https://github.com/{repo}/archive/bazel-v{version}.tar.gz", - "patch_args": ["-p1"], "strip_prefix": "toolshed-bazel-v{version}/bazel", },