Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump golang.org/x/net from 0.10.0 to 0.11.0 (cosmos#1015)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/6c96ca5daff89298060438c3b5d24e1bd0900a52"><code>6c96ca5</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/5541298b83d714971b9a1e63219fbd68d60aa98d"><code>5541298</code></a> quic: add packet pacer</li> <li><a href="https://github.com/golang/net/commit/88a50b64844d3c278f93e8007efd20742c386ded"><code>88a50b6</code></a> all: update x/sys to HEAD</li> <li><a href="https://github.com/golang/net/commit/7e6923f9c41329cf4f8ffe24e4503e030dab2ff2"><code>7e6923f</code></a> quic: add RTT estimator</li> <li><a href="https://github.com/golang/net/commit/2796e09d6af2852bffb1ae1eefb63a21c823e22f"><code>2796e09</code></a> bpf: check for little endian CPU for OS VM comparison</li> <li><a href="https://github.com/golang/net/commit/10cf388024ca83e11a073bb365ccda2b2806d103"><code>10cf388</code></a> quic: add a data structure for tracking lists of sent packets</li> <li><a href="https://github.com/golang/net/commit/ccc217c97ec0528131ef5dc058e57a2080cff953"><code>ccc217c</code></a> quic: parameterize rangeset</li> <li><a href="https://github.com/golang/net/commit/f16447cf6cc0d406a38d3fd21ce0c5bab9fdc9c7"><code>f16447c</code></a> quic: add go1.21 build constraint</li> <li><a href="https://github.com/golang/net/commit/f7250ea19d213699fb52bf6b0c0d2cb9cda49d7c"><code>f7250ea</code></a> quic: add a type tracking sent values</li> <li><a href="https://github.com/golang/net/commit/1b5a2d8538e23b99860872499f7a5c65b8b8c4b7"><code>1b5a2d8</code></a> quic: packet encoding/decoding</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.10.0...v0.11.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.10.0&new-version=0.11.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information