Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: bump the safe group across 1 directory with 18 updates #7519

Open
wants to merge 1 commit into
base: v3.34
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the safe group with 12 updates in the / directory:

Package From To
github.com/KimMachineGun/automemlimit 0.7.0 0.7.1
github.com/google/go-cmp 0.6.0 0.7.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.26.0 2.26.1
github.com/klauspost/compress 1.17.11 1.18.0
github.com/nats-io/nats.go 1.38.0 1.39.1
github.com/prometheus/client_golang 1.20.5 1.21.0
github.com/redis/go-redis/v9 9.7.0 9.7.1
github.com/spf13/cobra 1.8.1 1.9.1
github.com/uptrace/bun 1.2.9 1.2.10
github.com/uptrace/bun/dialect/pgdialect 1.2.9 1.2.10
github.com/uptrace/bun/driver/pgdriver 1.2.9 1.2.10
golang.org/x/net 0.34.0 0.35.0

Updates github.com/KimMachineGun/automemlimit from 0.7.0 to 0.7.1

Release notes

Sourced from github.com/KimMachineGun/automemlimit's releases.

v0.7.1

What's Changed

New Contributors

Full Changelog: KimMachineGun/automemlimit@v0.7.0...v0.7.1

Commits
  • e027e7e fix(memlimit): fix mountinfo validation logic for multiple optional fields
  • 00da85b Fix 32-bit overflows of math.MaxInt64 constant (#25)
  • See full diff in compare view

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.0 to 2.26.1

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.26.1

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.0...v2.26.1

Commits
  • 3b8ac9f 5113. Validation of oneof nested objects (#5211)
  • 4f1457d chore(deps): update googleapis digest to 2431239 (#5214)
  • fb17f6e chore(deps): update googleapis digest to 8e62267 (#5213)
  • 2fd9128 chore(deps): update googleapis digest to ad99638 (#5212)
  • 3d82775 fix(deps): update module google.golang.org/protobuf to v1.36.5 (#5210)
  • 801f278 chore(deps): update googleapis digest to fed8c26 (#5209)
  • 9cbbcaf chore(deps): update googleapis digest to 2f843e2 (#5208)
  • 9adca76 fix(deps): update module golang.org/x/text to v0.22.0 (#5206)
  • 72f360d chore(deps): update golang docker tag to v1.23.6 (#5205)
  • ce46021 chore(deps): update googleapis digest to f426820 (#5204)
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.17.11 to 1.18.0

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.11...v1.18.0

Commits

Updates github.com/nats-io/nats.go from 1.38.0 to 1.39.1

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.39.1

Changelog

Fixed

  • KeyValue:
    • Prevent ListKeysFiltered from returning deleted keys. Thanks @​kruegernet for the contribution (#1803)

Improved

  • Remove stale experimental comment in Service API (#1805)

Complete Changes

nats-io/nats.go@v1.39.0...v1.39.1

v1.39.0

Changelog

Overview

This release bumps the minimal go version in go.mod to 1.22.

Added

  • JetStream:
    • Added PullMaxMessagesWithBytesLimit option for Consume and Messages (#1789)
    • Added Metadata to OrderedConsumerConfig. Thanks @​mwain for the contribution (#1737)
    • Added JetStream.Options() and JetStream.Conn() methods to JetStream interface (#1792)
  • KeyValue:
    • Added ListKeysFiltered for listing keys with multiple filters. Thanks @​somratdutta for the contribution (#1711)

Fixed

  • JetStream:
    • Fixed invalid heartbeat timer for Consumer.Messages() (#1786)
  • ObjectStore:
    • Fixed invalid error being returned from DeleteObjectStore (#1762)
  • WebSockets:
    • Fixed protocol parsing errors with websocket compression and PONGs. Thanks @​rsafonseca for the contribution (#1790)
  • Core NATS:
    • Protect against possible nil pointer panic (#1771)

Changed

  • Bump go version to v1.22 (#1773)

Improved

  • Fixed typo in JetStream docs. Thanks @​davydog187 for the contribution (#1758)
  • Improved documentation of JetStream Consume and Messages options (#1770)
  • Removed obsolete build tags (#1787)

Complete Changes

... (truncated)

Commits
  • 4ba1afe Release v1.39.1 (#1806)
  • acd252b Remove stale experimental comment (#1805)
  • 7885c8c [FIXED] Prevent KV ListKeysFiltered from returning deleted keys (#1803)
  • 901c987 Release v1.39.0 (#1798)
  • 5a2c74a [IMPROVED] Enhance documentation for PullMaxMessagesWithBytesLimit and PullMa...
  • 81d2fae [ADDED] PullMaxMessagesWithFetchSizeLimit option for Consume and Messages (#1...
  • b1be9bf [IMPROVED] Use faster gha runners and fix leaking goroutines in Service API (...
  • faec055 [ADDED] Options() and Conn() methods to JetStream (#1792)
  • 16e780e [FIXED] Protect against potential panics (#1771)
  • dfb52ad [FIXED] Protocol parsing errors with ws compression and pongs (#1790)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.20.5 to 1.21.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.21.0 / 2025-02-19

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. ⚠️

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [PERF] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [PERF] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function.

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [ENHANCEMENT] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [ENHANCEMENT] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654
Commits

Updates github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

v9.7.1

Changes

  • Recognize byte slice for key argument in cluster client hash slot computation (#3049)
  • fix(search&aggregate):fix error overwrite and typo #3220 (#3224)
  • fix: linter configuration (#3279)
  • fix(search): if ft.aggregate use limit when limitoffset is zero (#3275)
  • Reinstate read-only lock on hooks access in dialHook to fix data race (#3225)
  • fix: flaky ClientKillByFilter test (#3268)
  • chore: fix some comments (#3226)
  • fix(aggregate, search): ft.aggregate bugfixes (#3263)
  • fix: add unstableresp3 to cluster client (#3266)
  • Fix race condition in clusterNodes.Addrs() (#3219)
  • SortByWithCount FTSearchOptions fix (#3201)
  • Eliminate redundant dial mutex causing unbounded connection queue contention (#3088)
  • Add guidance on unstable RESP3 support for RediSearch commands to README (#3177)

🚀 New Features

  • Add guidance on unstable RESP3 support for RediSearch commands to README (#3177)

🐛 Bug Fixes

  • fix(search): if ft.aggregate use limit when limitoffset is zero (#3275)
  • fix: add unstableresp3 to cluster client (#3266)
  • fix(aggregate, search): ft.aggregate bugfixes (#3263)
  • SortByWithCount FTSearchOptions fix (#3201)
  • Recognize byte slice for key argument in cluster client hash slot computation (#3049)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ofekshenawa, @​Cgol9, @​LINKIWI, @​shawnwgit, @​zhuhaicity, @​bitsark, @​vladvildanov, @​ndyakov

Full Changelog: redis/go-redis@v9.7.0...v9.7.1

Commits

Updates github.com/spf13/cobra from 1.8.1 to 1.9.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.9.1

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

Updates github.com/uptrace/bun from 1.2.9 to 1.2.10

Release notes

Sourced from github.com/uptrace/bun's releases.

v1.2.10

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun's changelog.

1.2.10 (2025-02-18)

Bug Fixes

  • clone query in scanAndCountConcurrently to avoid data race (66fdc39), closes #1117
  • create_table: avoid creating unintended foreign keys (#1130) (187743b)
  • pgdialect: handle []*time.Time arrays (4c4e12a)
  • pgdialect: handle nill array on jsonb column (0dc4e3e)
  • pgdialect: postgres syntax errors for slices of pointers and json arrays #877 (1422b77)
  • process embedded's struct field for table (b410e42), closes #1125

Features

  • add DBReplica and use it in ReadWriteConnResolver (95c825e)
  • allow setting a query comment through a context value (9f5ccfe)
  • bunotel: ability to override span names (04e2125)
  • bunotel: always record affected rows (960a304)
Commits
  • 152418e chore: release v1.2.10 (release.sh)
  • 1090d4d Merge pull request #1122 from kylemcc/comment-from-ctx
  • 9f5ccfe feat: allow setting a query comment through a context value
  • 187743b fix(create_table): avoid creating unintended foreign keys (#1130)
  • c915415 Merge pull request #1132 from j2gg0s/fix-embeded-struct-field
  • b410e42 fix: process embedded's struct field for table
  • fc6a894 Merge pull request #1124 from Aoang/chore/ci-go-version
  • 867e354 Merge pull request #1129 from josephferrero/standardize-behind-error-setting-...
  • 8d8d755 Merge pull request #1127 from uptrace/feat/bunexp
  • 2dce0ee chore: standardize behind error setting method
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/dialect/pgdialect from 1.2.9 to 1.2.10

Release notes

Sourced from github.com/uptrace/bun/dialect/pgdialect's releases.

v1.2.10

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/pgdialect's changelog.

1.2.10 (2025-02-18)

Bug Fixes

  • clone query in scanAndCountConcurrently to avoid data race (66fdc39), closes #1117
  • create_table: avoid creating unintended foreign keys (#1130) (187743b)
  • pgdialect: handle []*time.Time arrays (4c4e12a)
  • pgdialect: handle nill array on jsonb column (0dc4e3e)
  • pgdialect: postgres syntax errors for slices of pointers and json arrays #877 (1422b77)
  • process embedded's struct field for table (b410e42), closes #1125

Features

  • add DBReplica and use it in ReadWriteConnResolver (95c825e)
  • allow setting a query comment through a context value (9f5ccfe)
  • bunotel: ability to override span names (04e2125)
  • bunotel: always record affected rows (960a304)
Commits
  • 152418e chore: release v1.2.10 (release.sh)
  • 1090d4d Merge pull request #1122 from kylemcc/comment-from-ctx
  • 9f5ccfe feat: allow setting a query comment through a context value
  • 187743b fix(create_table): avoid creating unintended foreign keys (#1130)
  • c915415 Merge pull request #1132 from j2gg0s/fix-embeded-struct-field
  • b410e42 fix: process embedded's struct field for table
  • fc6a894 Merge pull request #1124 from Aoang/chore/ci-go-version
  • 867e354 Merge pull request #1129 from josephferrero/standardize-behind-error-setting-...
  • 8d8d755 Merge pull request #1127 from uptrace/feat/bunexp
  • 2dce0ee chore: standardize behind error setting method
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/driver/pgdriver from 1.2.9 to 1.2.10

Release notes

Sourced from github.com/uptrace/bun/driver/pgdriver's releases.

v1.2.10

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/driver/pgdriver's changelog.

1.2.10 (2025-02-18)

Bug Fixes

  • clone query in scanAndCountConcurrently to avoid data race (66fdc39), closes #1117
  • create_table: avoid creating unintended foreign keys (#1130) (187743b)
  • pgdialect: handle []*time.Time arrays (4c4e12a)
  • pgdialect: handle nill array on jsonb column (0dc4e3e)
  • pgdialect: postgres syntax errors for slices of pointers and json arrays #877 (1422b77)
  • process embedded's struct field for table (b410e42), closes #1125

Features

  • add DBReplica and use it in ReadWriteConnResolver (95c825e)
  • allow setting a query comment through a context value (9f5ccfe)
  • bunotel: ability to override span names (04e2125)
  • bunotel: always record affected rows (960a304)
Commits
  • 152418e chore: release v1.2.10 (release.sh)
  • 1090d4d Merge pull request #1122 from kylemcc/comment-from-ctx
  • 9f5ccfe feat: allow setting a query comment through a context value
  • 187743b fix(create_table): avoid creating unintended foreign keys (#1130)
  • c915415 Merge pull request #1132 from j2gg0s/fix-embeded-struct-field
  • b410e42 fix: process embedded's struct field for table
  • fc6a894 Merge pull request #1124 from Aoang/chore/ci-go-version
  • 867e354 Merge pull request #1129 from josephferrero/standardize-behind-error-setting-...
  • 8d8d755 Merge pull request #1127 from uptrace/feat/bunexp
  • 2dce0ee chore: standardize behind error setting method
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.32.0 to 0.33.0

Commits
  • 9290511 go.mod: update golang.org/x dependencies
  • fa5273e x509roots/fallback: update bundle
  • a8ea4be ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface
  • 71d3a4c acme: support challenges that require the ACME client to send a non-empty JSO...
  • See full diff in compare view

Updates golang.org/x/net from 0.34.0 to 0.35.0

Commits
  • df97a48 go.mod: update golang.org/x dependencies
  • 2dab271 route: treat short sockaddr lengths as unspecified
  • b914489 internal/http3: refactor in prep for sharing transport/server code
  • ebd23f8 route: fix parsing network address of length zero
  • 938a9fb internal/http3: add request/response body transfer
  • 145b2d7 internal/http3: add RoundTrip
  • 5bda71a internal/http3: define connection and stream error types
  • 3c1185a internal/http3: return error on mid-frame EOF
  • a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  • c72e89d internal/http3: QPACK encoding and decoding
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.25.0 to 0.26.0

Commits
  • b9c813b google: add warning about externally-provided credentials
  • See full diff in compare view

Updates golang.org/x/sync from 0.10.0 to 0.11.0

Commits
  • fe3591b sync/errgroup: improve documentation for semaphore limit behavior
  • See full diff in compare view

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20250115164207-1a7da9e5054f to 0.0.0-20250204164813-702378808489

Commits

Bumps the safe group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) | `0.7.0` | `0.7.1` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.26.0` | `2.26.1` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.38.0` | `1.39.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.21.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.7.0` | `9.7.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | `1.2.9` | `1.2.10` |
| [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) | `1.2.9` | `1.2.10` |
| [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun) | `1.2.9` | `1.2.10` |
| [golang.org/x/net](https://github.com/golang/net) | `0.34.0` | `0.35.0` |



Updates `github.com/KimMachineGun/automemlimit` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/KimMachineGun/automemlimit/releases)
- [Commits](KimMachineGun/automemlimit@v0.7.0...v0.7.1)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.26.0 to 2.26.1
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.26.0...v2.26.1)

Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.11...v1.18.0)

Updates `github.com/nats-io/nats.go` from 1.38.0 to 1.39.1
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.38.0...v1.39.1)

Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.5...v1.21.0)

Updates `github.com/redis/go-redis/v9` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.7.0...v9.7.1)

Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.1...v1.9.1)

Updates `github.com/uptrace/bun` from 1.2.9 to 1.2.10
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/v1.2.10/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.9...v1.2.10)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.9 to 1.2.10
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/v1.2.10/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.9...v1.2.10)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.9 to 1.2.10
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/v1.2.10/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.9...v1.2.10)

Updates `golang.org/x/crypto` from 0.32.0 to 0.33.0
- [Commits](golang/crypto@v0.32.0...v0.33.0)

Updates `golang.org/x/net` from 0.34.0 to 0.35.0
- [Commits](golang/net@v0.34.0...v0.35.0)

Updates `golang.org/x/oauth2` from 0.25.0 to 0.26.0
- [Commits](golang/oauth2@v0.25.0...v0.26.0)

Updates `golang.org/x/sync` from 0.10.0 to 0.11.0
- [Commits](golang/sync@v0.10.0...v0.11.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250115164207-1a7da9e5054f to 0.0.0-20250204164813-702378808489
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250115164207-1a7da9e5054f to 0.0.0-20250204164813-702378808489
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/protobuf` from 1.36.4 to 1.36.5

---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/uptrace/bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 23:07
@dependabot dependabot bot requested a review from halimi February 24, 2025 23:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants