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 Nov 3, 2024
1 parent 433c4ad commit bc86790
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.46.0

- name: Build
run: make generate
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.46.0

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

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.214"
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.28.2"/>
<PackageReference Include="Google.Protobuf" Version="3.28.3"/>
<PackageReference Include="Grpc.Net.Common" Version="2.66.0"/>
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.21
toolchain go1.22.5

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
github.com/go-kratos/kratos/v2 v2.8.0
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.1-20240920164238-5a7b106cbb87.1
github.com/go-kratos/kratos/v2 v2.8.2
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.34.2
google.golang.org/protobuf v1.35.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.0",
"@grpc/grpc-js": "^1.12.2",
"google-protobuf": "^3.21.4",
"grpc-tools": "^1.12.4",
"ts-protoc-gen": "^0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:
dependencies:
grpc: ^4.0.1
protobuf: ^3.1.0
fixnum: ^1.1.0
fixnum: ^1.1.1

0 comments on commit bc86790

Please sign in to comment.