From 998f3abe56e4ec99a00ec109f65e96a75de4b318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:55:59 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/build.yml | 6 +++--- .github/workflows/check-for-pr.yml | 6 +++--- Cargo.toml | 4 ++-- TuiHub.Protos.csproj | 4 ++-- go.mod | 8 ++++---- package-lock.json | 14 +++++++------- package.json | 2 +- pubspec.yaml | 2 +- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ed6800..823eba5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,12 +28,12 @@ jobs: - uses: actions/checkout@v4 - name: Setup Go environment - uses: actions/setup-go@v5.0.2 + uses: actions/setup-go@v5.1.0 with: go-version: 'oldstable' - name: Setup Node.js environment - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 - name: Setup .NET environment uses: actions/setup-dotnet@v4 @@ -58,7 +58,7 @@ jobs: run: make install-plugins - name: Setup bufbuild - uses: bufbuild/buf-setup-action@v1.44.0 + uses: bufbuild/buf-setup-action@v1.47.2 - name: Build run: make generate diff --git a/.github/workflows/check-for-pr.yml b/.github/workflows/check-for-pr.yml index 552e6a5..61a1906 100644 --- a/.github/workflows/check-for-pr.yml +++ b/.github/workflows/check-for-pr.yml @@ -10,12 +10,12 @@ jobs: - uses: actions/checkout@v4 - name: Setup Go environment - uses: actions/setup-go@v5.0.2 + uses: actions/setup-go@v5.1.0 with: go-version: 'oldstable' - name: Setup Node.js environment - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 - name: Setup .NET environment uses: actions/setup-dotnet@v4 @@ -37,7 +37,7 @@ jobs: uses: arduino/setup-protoc@v2 - name: Setup bufbuild - uses: bufbuild/buf-setup-action@v1.44.0 + uses: bufbuild/buf-setup-action@v1.47.2 - name: Check run: make check \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 7922057..0666e78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,12 +6,12 @@ license = "MIT" readme = "README.md" [dependencies] -bytes = "1.7.2" +bytes = "1.8.0" futures-core = "0.3.31" pbjson = "0.7.0" pbjson-types = "0.7.0" prost = "0.13.3" -serde = "1.0.210" +serde = "1.0.215" tonic = { version = "0.12.3", features = ["gzip"] } [features] diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 6e39a03..3720aa8 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -20,8 +20,8 @@ - - + +