Skip to content

Commit

Permalink
chore(deps): update all dependencies (googleapis#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 2, 2024
1 parent 121c6be commit 0622c2f
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-2bc2029fdf248f25274fe628c95fe638906f9706",
urls = ["https://github.com/googleapis/googleapis/archive/2bc2029fdf248f25274fe628c95fe638906f9706.zip"],
sha256 = "d66ab7f92173b18fb8acb58987f5503007c41fbf01ac9425aab82e4d967cd774"
strip_prefix = "googleapis-1406704ced81daab07a859aa8a870ff39432d370",
urls = ["https://github.com/googleapis/googleapis/archive/1406704ced81daab07a859aa8a870ff39432d370.zip"],
sha256 = "c00bf35bfcb978c7e48782ea9104e2092a552e4cc573db7b768be75331ef0ac6"
)
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 = "06f02b97b6badb3227df2141a4b4622272cdcd2951526f40a888ab5f43897f14",
strip_prefix = "bazel_features-1.9.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.0/bazel_features-v1.9.0.tar.gz",
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",
)
load("@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()
Expand Down

0 comments on commit 0622c2f

Please sign in to comment.