aboutsummaryrefslogtreecommitdiff
path: root/proto/protobuf/3rdparty/crates/defs.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'proto/protobuf/3rdparty/crates/defs.bzl')
-rw-r--r--proto/protobuf/3rdparty/crates/defs.bzl14
1 files changed, 7 insertions, 7 deletions
diff --git a/proto/protobuf/3rdparty/crates/defs.bzl b/proto/protobuf/3rdparty/crates/defs.bzl
index 646f1fae..4c11ecd7 100644
--- a/proto/protobuf/3rdparty/crates/defs.bzl
+++ b/proto/protobuf/3rdparty/crates/defs.bzl
@@ -295,13 +295,13 @@ def aliases(
_NORMAL_DEPENDENCIES = {
"": {
_COMMON_CONDITION: {
- "grpc": "@rules_rust_proto__grpc-0.6.2//:grpc",
- "grpc-compiler": "@rules_rust_proto__grpc-compiler-0.6.2//:grpc_compiler",
- "log": "@rules_rust_proto__log-0.4.17//:log",
- "protobuf": "@rules_rust_proto__protobuf-2.8.2//:protobuf",
- "protobuf-codegen": "@rules_rust_proto__protobuf-codegen-2.8.2//:protobuf_codegen",
- "tls-api": "@rules_rust_proto__tls-api-0.1.22//:tls_api",
- "tls-api-stub": "@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub",
+ "grpc": Label("@rules_rust_proto__grpc-0.6.2//:grpc"),
+ "grpc-compiler": Label("@rules_rust_proto__grpc-compiler-0.6.2//:grpc_compiler"),
+ "log": Label("@rules_rust_proto__log-0.4.17//:log"),
+ "protobuf": Label("@rules_rust_proto__protobuf-2.8.2//:protobuf"),
+ "protobuf-codegen": Label("@rules_rust_proto__protobuf-codegen-2.8.2//:protobuf_codegen"),
+ "tls-api": Label("@rules_rust_proto__tls-api-0.1.22//:tls_api"),
+ "tls-api-stub": Label("@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub"),
},
},
}