From 03a1eb24eed43032e0c6cf93e7958f13dd13b130 Mon Sep 17 00:00:00 2001 From: Leon White Date: Sat, 19 Oct 2024 14:00:58 +0200 Subject: [PATCH] chore(deps): update dependency stepancheg/rust-protobuf to v3.7.1 --- Dockerfile | 6 +++--- deps.list | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index edfb7a3e..fd0a0d73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -235,8 +235,8 @@ RUN --mount=type=cache,target=/root/.cargo/git/db \ cargo fetch ARG TARGETPLATFORM RUN xx-cargo --config profile.release.strip=true build --release -RUN install -D /rust-protobuf/target/$(xx-cargo --print-target-triple)/release/protoc-gen-rust /out/usr/bin/protoc-gen-rust -RUN xx-verify /out/usr/bin/protoc-gen-rust +RUN install -D /rust-protobuf/target/$(xx-cargo --print-target-triple)/release/protoc-gen-rs /out/usr/bin/protoc-gen-rs +RUN xx-verify /out/usr/bin/protoc-gen-rs FROM --platform=$BUILDPLATFORM rust_target AS grpc_rust @@ -471,7 +471,7 @@ RUN mkdir -p /test && \ --php_out=/test \ --python_out=/test \ --ruby_out=/test \ - --rust_out=experimental-codegen=enabled,kernel=cpp:/test \ + --rs_out=/test \ --ts_out=/test \ --validate_out=lang=go:/test \ google/protobuf/any.proto diff --git a/deps.list b/deps.list index 1a4a13ca..4e6386ab 100644 --- a/deps.list +++ b/deps.list @@ -20,7 +20,7 @@ PROTOC_GEN_JSONSCHEMA_VERSION=1.4.1 PROTOC_GEN_LINT_VERSION=v0.3.0 PROTOC_GEN_NANOPB_VERSION=0.4.9 PROTOC_GEN_PBANDK_VERSION=0.14.3 -PROTOC_GEN_RUST_VERSION=v3.6.0 +PROTOC_GEN_RUST_VERSION=v3.7.1 PROTOC_GEN_SCALA_VERSION=v0.11.17 PROTOC_GEN_TS_VERSION=0.15.0 PROTOC_GEN_VALIDATE_VERSION=v1.1.0