Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 8121696 commit aca0f89
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version: 'oldstable'

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: make install-plugins

- name: Setup bufbuild
uses: bufbuild/buf-setup-action@v1.47.2
uses: bufbuild/buf-setup-action@v1.48.0

- name: Build
run: make generate
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version: 'oldstable'

Expand All @@ -37,7 +37,7 @@ jobs:
uses: arduino/setup-protoc@v2

- name: Setup bufbuild
uses: bufbuild/buf-setup-action@v1.47.2
uses: bufbuild/buf-setup-action@v1.48.0

- name: Check
run: make check
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ futures-core = "0.3.31"
pbjson = "0.7.0"
pbjson-types = "0.7.0"
prost = "0.13.4"
serde = "1.0.215"
serde = "1.0.217"
tonic = { version = "0.12.3", features = ["gzip"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion TuiHub.Protos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.29.1"/>
<PackageReference Include="Google.Protobuf" Version="3.29.2"/>
<PackageReference Include="Grpc.Net.Common" Version="2.67.0"/>
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.22
toolchain go1.23.1

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
github.com/go-kratos/kratos/v2 v2.8.2
google.golang.org/grpc v1.68.1
google.golang.org/protobuf v1.35.2
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.1-20241127180247-a33202765966.1
github.com/go-kratos/kratos/v2 v2.8.3
google.golang.org/grpc v1.69.2
google.golang.org/protobuf v1.36.1
)

require (
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/tuihub/protos#readme",
"dependencies": {
"@grpc/grpc-js": "^1.12.4",
"@grpc/grpc-js": "^1.12.5",
"google-protobuf": "^3.21.4",
"grpc-tools": "^1.12.4",
"ts-protoc-gen": "^0.15.0"
Expand Down

0 comments on commit aca0f89

Please sign in to comment.