Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang.org/x/net from 0.21.0 to 0.22.0 (#7541)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.22.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/7ee34a078aecd23a99f205bded144e5246a27d7c"><code>7ee34a0</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/c289c7ab4f437bb502e685daaae72426126d5595"><code>c289c7a</code></a> websocket: re-add documentation for DialConfig</li> <li><a href="https://github.com/golang/net/commit/9fb4a8c9216d09f29d58e45a79cc2065d1b5bbf5"><code>9fb4a8c</code></a> http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets</li> <li><a href="https://github.com/golang/net/commit/3dfd003ad338913e62ad1e56020aee316f1ffe59"><code>3dfd003</code></a> websocket: add support for dialing with context</li> <li><a href="https://github.com/golang/net/commit/fa1142799318d3fa3632ecfd9f318ffa040e7c4c"><code>fa11427</code></a> quic: move package out of internal</li> <li><a href="https://github.com/golang/net/commit/591be7f10be18b4b24250868fb61a93c2e5af3f4"><code>591be7f</code></a> quic: fix UDP on big-endian Linux, tests on various architectures</li> <li><a href="https://github.com/golang/net/commit/34cc4464c5cb7947126d80f9d75b4c16d229337d"><code>34cc446</code></a> quic: temporarily disable networking tests failing on various platforms</li> <li><a href="https://github.com/golang/net/commit/4bdc6df28ea746166f486314f8848eb9b25b9073"><code>4bdc6df</code></a> quic: expand package docs, and document Stream</li> <li><a href="https://github.com/golang/net/commit/22cbde9a565f4e40b5060a41d5e5171adcff673e"><code>22cbde9</code></a> quic: set ServerName in client connection TLSConfig</li> <li><a href="https://github.com/golang/net/commit/57e4cc7d885a72ee5111b227ba5790ea5a170656"><code>57e4cc7</code></a> quic: handle PATH_CHALLENGE and PATH_RESPONSE frames</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.21.0...v0.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.21.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information