diff --git a/bazel/zetasql_deps_step_2.bzl b/bazel/zetasql_deps_step_2.bzl index 4ba0e960..48e7c755 100644 --- a/bazel/zetasql_deps_step_2.bzl +++ b/bazel/zetasql_deps_step_2.bzl @@ -247,9 +247,9 @@ py_library( if not native.existing_rule("build_bazel_rules_apple"): http_archive( name = "build_bazel_rules_apple", - urls = ["https://github.com/bazelbuild/rules_apple/archive/0.18.0.tar.gz"], - sha256 = "53a8f9590b4026fbcfefd02c868e48683b44a314338d03debfb8e8f6c50d1239", - strip_prefix = "rules_apple-0.18.0", + urls = ["https://github.com/bazelbuild/rules_apple/archive/0.34.0.tar.gz"], + sha256 = "90bbacabae2720f4c3b5edd4086f925ddf8630c299b2470f683014a8c978a834", + strip_prefix = "rules_apple-0.34.0", ) # Required by gRPC