Skip to content

Commit

Permalink
upgraded grpc, aspect_bazel_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Aug 26, 2024
1 parent 3298107 commit 40b9475
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 39 deletions.
11 changes: 2 additions & 9 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,14 @@ module(
)

bazel_dep(name = "abseil-cpp", version = "20240722.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.8.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.8.1")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "boringssl", version = "0.0.0-20240530-2db0eb3")
bazel_dep(name = "curl", version = "8.8.0.bcr.1")
bazel_dep(name = "depend_on_what_you_use", version = "0.4.0")
bazel_dep(name = "google_benchmark", version = "1.8.5", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)

bazel_dep(name = "grpc", version = "1.65.0", repo_name = "com_github_grpc_grpc")
single_version_override(
module_name = "grpc",
patches = ["bazel/grpc.patch"],
patch_strip = 1,
)

bazel_dep(name = "grpc", version = "1.66.0", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "nlohmann_json", version = "3.11.3")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down
26 changes: 13 additions & 13 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions bazel/grpc.patch

This file was deleted.

0 comments on commit 40b9475

Please sign in to comment.