build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#1657)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.2 to 1.67.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.2...v1.67.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-23 15:40:48 +10:00
committed by GitHub
parent 007f671902
commit a09fefedd3
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -28,7 +28,7 @@ require (
golang.org/x/text v0.18.0
golang.org/x/time v0.6.0
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.66.2
google.golang.org/grpc v1.67.0
google.golang.org/protobuf v1.34.2
)