aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGowroji Sunil <sgowroji@google.com>2024-02-16 19:14:12 +0530
committerGitHub <noreply@github.com>2024-02-16 13:44:12 +0000
commitee709b1205e8053b04d0a9aac79ebedf5e69d385 (patch)
tree9b948f82f12841a598c5f05845aeb08345396056
parenta4b1a1b8f3877763d30cbc78d786a8d21ea06998 (diff)
downloadbazelbuild-rules_rust-ee709b1205e8053b04d0a9aac79ebedf5e69d385.tar.gz
Fixes the ci failure in Bazel (#2482)
Fixes https://github.com/bazelbuild/rules_rust/issues/2481 CC Greenteam @mai93 @meteorcloudy Co-authored-by: UebelAndre <github@uebelandre.com>
-rw-r--r--MODULE.bazel2
-rw-r--r--rust/repositories.bzl4
2 files changed, 3 insertions, 3 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index d147ad10..564a8ca9 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -27,7 +27,7 @@ bazel_dep(
)
bazel_dep(
name = "apple_support",
- version = "1.11.1",
+ version = "1.12.0",
repo_name = "build_bazel_apple_support",
)
bazel_dep(
diff --git a/rust/repositories.bzl b/rust/repositories.bzl
index 52f787be..d85a5dcf 100644
--- a/rust/repositories.bzl
+++ b/rust/repositories.bzl
@@ -89,8 +89,8 @@ def rules_rust_dependencies():
maybe(
http_archive,
name = "build_bazel_apple_support",
- sha256 = "cf4d63f39c7ba9059f70e995bf5fe1019267d3f77379c2028561a5d7645ef67c",
- url = "https://github.com/bazelbuild/apple_support/releases/download/1.11.1/apple_support.1.11.1.tar.gz",
+ sha256 = "100d12617a84ebc7ee7a10ecf3b3e2fdadaebc167ad93a21f820a6cb60158ead",
+ url = "https://github.com/bazelbuild/apple_support/releases/download/1.12.0/apple_support.1.12.0.tar.gz",
)
# process_wrapper needs a low-dependency way to process json.