This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
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.19.0 to 0.20.0 (#72)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/cb5b10f0bbc51089bf49030ce3bd43bbfee08c23"><code>cb5b10f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/689bbc7005f6bbf9fac1a8333bf03436fa4b4b2a"><code>689bbc7</code></a> quic: deflake TestStreamsCreateConcurrency</li> <li><a href="https://github.com/golang/net/commit/f12db26b1c9293fa3eb95c936e548d2c1fba4ba9"><code>f12db26</code></a> internal/quic/cmd/interop: use wget --no-verbose in Dockerfile</li> <li><a href="https://github.com/golang/net/commit/c136d0c937afa54dca414a69603bb1570a28879f"><code>c136d0c</code></a> quic: avoid panic when PTO expires and implicitly-created streams exist</li> <li><a href="https://github.com/golang/net/commit/f9726a9e4a0fba67ce78802b47601ba194d15b3f"><code>f9726a9</code></a> quic: fix packet size logging</li> <li><a href="https://github.com/golang/net/commit/c337daf7db6b2f45306e9b972588478201259c0d"><code>c337daf</code></a> quic: enable qlog output in tests</li> <li><a href="https://github.com/golang/net/commit/2b416c3c961a9829f7ca97dd44690e71719f68f2"><code>2b416c3</code></a> quic/qlog: create log files with O_EXCL</li> <li><a href="https://github.com/golang/net/commit/1e59a7e58ce15106ab0248605c5de0701624072b"><code>1e59a7e</code></a> quic/qlog: correctly write negative durations</li> <li><a href="https://github.com/golang/net/commit/b0eb4d6c942abf81c513c88af3ea23aaaaa5a4e0"><code>b0eb4d6</code></a> quic: compute pnum len from max ack received, not sent</li> <li><a href="https://github.com/golang/net/commit/b952594c266f3a75031e9ba2b43483a735526d39"><code>b952594</code></a> quic: fix data race in connection close</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.19.0...v0.20.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.19.0&new-version=0.20.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>
- Loading branch information