Skip to content

Commit

Permalink
chore(deps): update all dependencies (googleapis#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 23, 2024
1 parent 546084b commit 9c18204
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WORKSPACE.bazel
Expand Up @@ -23,9 +23,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
#
http_archive(
name = "com_google_googleapis",
strip_prefix = "googleapis-f9d39f99625257b16b7d74a7e6b8a09c76673e63",
urls = ["https://github.com/googleapis/googleapis/archive/f9d39f99625257b16b7d74a7e6b8a09c76673e63.zip"],
sha256 = "843307ef2b0407c2a5c8b40ea704a4a8712d31d02487df7445b2a251f0e30896"
strip_prefix = "googleapis-64be76add7caaf889f8a949aff5f5295dfe973dd",
urls = ["https://github.com/googleapis/googleapis/archive/64be76add7caaf889f8a949aff5f5295dfe973dd.zip"],
sha256 = "dd9ac6e38170a50754733e8e4e3f0041f1aab306c84a8504908017184cd07547"
)
load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")
switched_rules_by_language(name = "com_google_googleapis_imports", grpc = True)
Expand All @@ -44,9 +44,9 @@ protobuf_deps()

http_archive(
name = "bazel_features",
sha256 = "d7787da289a7fb497352211ad200ec9f698822a9e0757a4976fd9f713ff372b3",
strip_prefix = "bazel_features-1.9.1",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.1/bazel_features-v1.9.1.tar.gz",
sha256 = "95fb3cfd11466b4cad6565e3647a76f89886d875556a4b827c021525cb2482bb",
strip_prefix = "bazel_features-1.10.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.10.0/bazel_features-v1.10.0.tar.gz",
)
load("@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()
Expand Down

0 comments on commit 9c18204

Please sign in to comment.