diff --git a/Dockerfile b/Dockerfile index ea087b8..f369ad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -FROM lukemathwalker/cargo-chef:0.1.35-rust-1.60.0 AS chef +FROM lukemathwalker/cargo-chef:0.1.61-rust-1.71.0 AS chef WORKDIR /app FROM chef AS planner diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a053e97..67054f1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.62.1" +channel = "1.71.0" profile = "default" diff --git a/server/buf.gen.yaml b/server/buf.gen.yaml index 66bef8c..56db4ce 100644 --- a/server/buf.gen.yaml +++ b/server/buf.gen.yaml @@ -1,6 +1,6 @@ version: v1 plugins: - - remote: buf.build/prost/plugins/prost:v0.1.3-2 + - plugin: buf.build/community/neoeinstein-prost:v0.2.3 out: src/gen # https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-prost#options opt: @@ -8,14 +8,14 @@ plugins: - compile_well_known_types - extern_path=.google.protobuf=::pbjson_types - file_descriptor_set - - remote: buf.build/prost/plugins/tonic:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-tonic:v0.3.0 out: src/gen # https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-tonic opt: - no_server=true - compile_well_known_types - extern_path=.google.protobuf=::pbjson_types - - remote: buf.build/prost/plugins/crate:v0.1.5-2 + - plugin: buf.build/community/neoeinstein-prost-crate:v0.3.1 out: src/gen # https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-prost-crate opt: