Skip to content

Commit

Permalink
new protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 3, 2024
1 parent 9482410 commit 15fd97b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/protobuf/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bazel_dep(
)
bazel_dep(
name = "protobuf",
version = "21.7",
version = "28.3",
repo_name = "com_google_protobuf",
)

Expand Down
6 changes: 3 additions & 3 deletions extensions/protobuf/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def rust_proto_protobuf_dependencies(bzlmod = False):
maybe(
http_archive,
name = "com_google_protobuf",
integrity = "sha256-4HBG+6xDKwWtwf0TGMbxmrGw7AZV9/TnRifZcTlZoTU=",
strip_prefix = "protobuf-21.7",
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v21.7/protobuf-all-21.7.tar.gz"],
integrity = "sha256-fD69eq7dhvpdxHmg/agD9gLKr3jYr/fOg7ieG4rnRCo=",
strip_prefix = "protobuf-28.3",
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protobuf-28.3.tar.gz"],
)

return crate_repositories()
Expand Down

0 comments on commit 15fd97b

Please sign in to comment.