From 676a0c8dea0e7782e47a386396e386a51566087f Mon Sep 17 00:00:00 2001 From: aiuto Date: Wed, 9 Feb 2022 08:08:17 -0800 Subject: [PATCH] Update Bazel to depend on bazelbuild/platforms 0.0.5. Fixes: https://github.com/bazelbuild/bazel/issues/14694 RELNOTES: None PiperOrigin-RevId: 427474003 --- distdir_deps.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distdir_deps.bzl b/distdir_deps.bzl index c9d0f73832fe3b..2ce1eb256c97c4 100644 --- a/distdir_deps.bzl +++ b/distdir_deps.bzl @@ -25,11 +25,11 @@ DIST_DEPS = { # ######################################## "platforms": { - "archive": "platforms-0.0.4.tar.gz", - "sha256": "079945598e4b6cc075846f7fd6a9d0857c33a7afc0de868c2ccb96405225135d", + "archive": "platforms-0.0.5.tar.gz", + "sha256": "379113459b0feaf6bfbb584a91874c065078aa673222846ac765f86661c27407", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.4/platforms-0.0.4.tar.gz", - "https://github.com/bazelbuild/platforms/releases/download/0.0.4/platforms-0.0.4.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz", + "https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz", ], "used_in": [ "additional_distfiles",