diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 755d17a..f57d24c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: run: make install-plugins - name: Setup bufbuild - uses: bufbuild/buf-setup-action@v1.29.0 + uses: bufbuild/buf-setup-action@v1.31.0 - name: Build run: make generate diff --git a/.github/workflows/check-for-pr.yml b/.github/workflows/check-for-pr.yml index ef5eebd..74d57c9 100644 --- a/.github/workflows/check-for-pr.yml +++ b/.github/workflows/check-for-pr.yml @@ -37,7 +37,7 @@ jobs: uses: arduino/setup-protoc@v2 - name: Setup bufbuild - uses: bufbuild/buf-setup-action@v1.29.0 + uses: bufbuild/buf-setup-action@v1.31.0 - name: Check run: make check \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 19a914c..cac89cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cfg-if" @@ -596,9 +596,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" +checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" dependencies = [ "bytes", "prost-derive", @@ -628,9 +628,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" +checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 3143b5c..274fd09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ license = "MIT" readme = "README.md" [dependencies] -bytes = "1.5.0" +bytes = "1.6.0" futures-core = "0.3.30" pbjson = "0.6" pbjson-types = "0.6" -prost = "0.12.3" +prost = "0.12.4" serde = "1.0" tonic = { version = "0.11", features = ["gzip"] } diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index af854b5..b3995ca 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -20,8 +20,8 @@ - - + +