Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Dec 3, 2024
1 parent 8e97c16 commit 983592d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ def fetch_dependencies():

http_archive(
name = "com_google_protobuf",
sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
strip_prefix = "protobuf-29.0",
sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c",
strip_prefix = "protobuf-29.1",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v29.1.tar.gz",
],
)

http_archive(
name = "com_google_protobuf",
sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
strip_prefix = "protobuf-29.0",
sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c",
strip_prefix = "protobuf-29.1",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v29.1.tar.gz",
],
)

Expand Down

0 comments on commit 983592d

Please sign in to comment.