Skip to content

Commit 9df5937

Browse files
committed
chore: Update dependencies and remove obsolete rules_proto reference
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent e5256b0 commit 9df5937

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("@com_google_protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
2+
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
23
load("@rules_cc//cc:defs.bzl", "cc_library")
3-
load("@rules_proto//proto:defs.bzl", "proto_library")
44

55
licenses(["notice"]) # Apache 2
66

MODULE.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ bazel_dep(
2626
name = "rules_cc",
2727
version = "0.2.0",
2828
)
29-
bazel_dep(
30-
name = "rules_proto",
31-
version = "7.1.0",
32-
)
3329
bazel_dep(
3430
name = "rules_python",
3531
version = "1.4.1",

bazel/repositories.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ def proxy_wasm_cpp_sdk_repositories():
2828
maybe(
2929
http_archive,
3030
name = "rules_python",
31-
sha256 = "778aaeab3e6cfd56d681c89f5c10d7ad6bf8d2f1a72de9de55b23081b2d31618",
32-
strip_prefix = "rules_python-0.34.0",
33-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.34.0/rules_python-0.34.0.tar.gz",
31+
sha256 = "9f9f3b300a9264e4c77999312ce663be5dee9a56e361a1f6fe7ec60e1beef9a3",
32+
strip_prefix = "rules_python-1.4.1",
33+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.1/rules_python-1.4.1.tar.gz",
3434
)
3535

3636
maybe(
3737
http_archive,
3838
name = "com_google_protobuf",
39-
sha256 = "4fc5ff1b2c339fb86cd3a25f0b5311478ab081e65ad258c6789359cd84d421f8",
40-
strip_prefix = "protobuf-26.1",
41-
url = "https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protobuf-26.1.tar.gz",
39+
sha256 = "008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e",
40+
strip_prefix = "protobuf-29.3",
41+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protobuf-29.3.tar.gz",
4242
)
4343

4444
maybe(

0 commit comments

Comments
 (0)