Skip to content

Commit e58b76a

Browse files
authored
bump deps version (#95)
Signed-off-by: wbpcode <[email protected]>
1 parent ee2faa3 commit e58b76a

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

bazel/repositories.bzl

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,35 @@ def skywalking_data_collect_protocol():
2424
def com_github_grpc_grpc():
2525
http_archive(
2626
name = "com_github_grpc_grpc",
27-
sha256 = "06a87c5feb7efb979243c054dca2ea52695618c02fde54af8a85d71269f97102",
28-
urls = ["https://github.com/grpc/grpc/archive/v1.33.0.tar.gz"],
29-
strip_prefix = "grpc-1.33.0",
27+
sha256 = "1ccc2056b68b81ada8df61310e03dfa0541c34821fd711654d0590a7321db9c8",
28+
urls = ["https://github.com/grpc/grpc/archive/a3ae8e00a2c5553c806e83fae83e33f0198913f0.tar.gz"],
29+
strip_prefix = "grpc-a3ae8e00a2c5553c806e83fae83e33f0198913f0",
3030
)
3131

3232
def rules_proto():
3333
http_archive(
3434
name = "rules_proto",
35-
sha256 = "602e7161d9195e50246177e7c55b2f39950a9cf7366f74ed5f22fd45750cd208",
36-
strip_prefix = "rules_proto-97d8af4dc474595af3900dd85cb3a29ad28cc313",
35+
sha256 = "66bfdf8782796239d3875d37e7de19b1d94301e8972b3cbd2446b332429b4df1",
36+
strip_prefix = "rules_proto-4.0.0",
3737
urls = [
38-
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz",
39-
"https://github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz",
38+
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0.tar.gz",
4039
],
4140
)
4241

4342
def com_google_googletest():
4443
http_archive(
4544
name = "com_google_googletest",
46-
sha256 = "9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb",
47-
strip_prefix = "googletest-release-1.10.0",
48-
urls = ["https://github.com/google/googletest/archive/release-1.10.0.tar.gz"],
45+
sha256 = "7897bfaa5ad39a479177cfb5c3ce010184dbaee22a7c3727b212282871918751",
46+
strip_prefix = "googletest-a4ab0abb93620ce26efad9de9296b73b16e88588",
47+
urls = ["https://github.com/google/googletest/archive/a4ab0abb93620ce26efad9de9296b73b16e88588.tar.gz"],
4948
)
5049

5150
def com_google_protobuf():
5251
http_archive(
5352
name = "com_google_protobuf",
54-
sha256 = "f8a547dfe143a9f61fadafba47fa6573713a33cb80909307c1502e26e1102298",
55-
strip_prefix = "protobuf-3.13.0",
56-
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/protobuf-cpp-3.13.0.tar.gz"],
53+
sha256 = "89ac31a93832e204db6d73b1e80f39f142d5747b290f17340adce5be5b122f94",
54+
strip_prefix = "protobuf-3.19.4",
55+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protobuf-cpp-3.19.4.tar.gz"],
5756
)
5857

5958
def com_github_httplib():
@@ -68,25 +67,25 @@ def com_github_httplib():
6867
def com_github_fmtlib_fmt():
6968
http_archive(
7069
name = "com_github_fmtlib_fmt",
71-
sha256 = "decfdf9ad274070fa85f26407b816f5a4d82205ae86bac1990be658d0795ea4d",
72-
strip_prefix = "fmt-7.0.3",
70+
sha256 = "23778bad8edba12d76e4075da06db591f3b0e3c6c04928ced4a7282ca3400e5d",
71+
strip_prefix = "fmt-8.1.1",
7372
build_file = "//bazel:fmtlib.BUILD",
74-
urls = ["https://github.com/fmtlib/fmt/releases/download/7.0.3/fmt-7.0.3.zip"],
73+
urls = ["https://github.com/fmtlib/fmt/releases/download/8.1.1/fmt-8.1.1.zip"],
7574
)
7675

7776
def com_github_gabime_spdlog():
7877
http_archive(
7978
name = "com_github_gabime_spdlog",
80-
sha256 = "f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62",
81-
strip_prefix = "spdlog-1.7.0",
79+
sha256 = "6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38",
80+
strip_prefix = "spdlog-1.9.2",
8281
build_file = "//bazel:spdlog.BUILD",
83-
urls = ["https://github.com/gabime/spdlog/archive/v1.7.0.tar.gz"]
82+
urls = ["https://github.com/gabime/spdlog/archive/v1.9.2.tar.gz"]
8483
)
8584

8685
def com_google_abseil():
8786
http_archive(
8887
name = "com_google_absl",
89-
sha256 = "e3812f256dd7347a33bf9d93a950cf356c61c0596842ff07d8154cd415145d83",
90-
strip_prefix = "abseil-cpp-5d8fc9192245f0ea67094af57399d7931d6bd53f",
91-
urls = ["https://github.com/abseil/abseil-cpp/archive/5d8fc9192245f0ea67094af57399d7931d6bd53f.tar.gz"],
88+
sha256 = "5ca73792af71ab962ee81cdf575f79480704b8fb87e16ca8f1dc1e9b6822611e",
89+
strip_prefix = "abseil-cpp-6f43f5bb398b6685575b36874e36cf1695734df1",
90+
urls = ["https://github.com/abseil/abseil-cpp/archive/6f43f5bb398b6685575b36874e36cf1695734df1.tar.gz"],
9291
)

0 commit comments

Comments
 (0)