Skip to content

Commit

Permalink
chore(deps): update dependency rules_proto to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Nov 7, 2024
1 parent cc24a81 commit 7f1ddc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pip.parse(
use_repo(pip, "pip")

bazel_dep(name = "aspect_rules_swc", version = "2.0.1")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_proto", version = "7.0.0")
bazel_dep(name = "aspect_rules_js", version = "2.1.0")

####### Node.js version #########
Expand Down
6 changes: 3 additions & 3 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def fetch_dependencies():

http_archive(
name = "rules_proto",
sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
strip_prefix = "rules_proto-6.0.2",
url = "https://github.com/bazelbuild/rules_proto/archive/refs/tags/6.0.2.tar.gz",
sha256 = "33e496a2b3fe925d5247d848535cb0371890f3e9514a13fd79b0ac9a60a5fc41",
strip_prefix = "rules_proto-7.0.1",
url = "https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.1.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 7f1ddc6

Please sign in to comment.