Skip to content

Commit ca57308

Browse files
deps: Bump rules_fuzzing -> 0.5.3 (envoyproxy#38541)
Fix envoyproxy#38487 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
1 parent 638cdb8 commit ca57308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
112112
project_desc = "Bazel rules for fuzz tests",
113113
project_url = "https://github.com/bazelbuild/rules_fuzzing",
114114
# Patch contains workaround for https://github.com/bazelbuild/rules_python/issues/1221
115-
version = "0.5.2",
116-
sha256 = "3ec0eee05b243552cc4a784b30323d088bf73cb2177ddda02c827e68981933f1",
115+
version = "0.5.3",
116+
sha256 = "08274422c4383416df5f982943e40d58141f749c09008bb780440eece6b113e4",
117117
strip_prefix = "rules_fuzzing-{version}",
118118
urls = ["https://github.com/bazelbuild/rules_fuzzing/archive/v{version}.tar.gz"],
119-
release_date = "2024-05-14",
119+
release_date = "2025-02-18",
120120
use_category = ["test_only"],
121121
implied_untracked_deps = [
122122
# This is a repository rule generated to define an OSS-Fuzz fuzzing

0 commit comments

Comments
 (0)