Commit 10debd4
⬆️ Bump golang.org/x/net from 0.30.0 to 0.31.0 in /utils (#517)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to
0.31.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/334afa0d53434157eb708b09ff35a42db2c4531a"><code>334afa0</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/d7f220d3b8964f859b642e7d7c1a0d0973000939"><code>d7f220d</code></a>
quic: add LocalAddr and RemoteAddr to quic.Conn</li>
<li><a
href="https://github.com/golang/net/commit/858db1a8c8f71cbefb8ff2c896ff9aa86d761a47"><code>858db1a</code></a>
http2: surface errors occurring very early in a client conn's
lifetime</li>
<li><a
href="https://github.com/golang/net/commit/0aa844c2c8b6054d98e91f074355d5a50528934c"><code>0aa844c</code></a>
http2: support unencrypted HTTP/2 handoff from net/http</li>
<li><a
href="https://github.com/golang/net/commit/f35fec92ec9213ee211cf45f451a5970386f7978"><code>f35fec9</code></a>
http2: detect hung client connections by confirming stream resets</li>
<li><a
href="https://github.com/golang/net/commit/e883daec587fecbebb6434e53c153335e8bdeaef"><code>e883dae</code></a>
README: don't recommend go get</li>
<li><a
href="https://github.com/golang/net/commit/511cc3a40645a2f6ed3d21a1d0803b5057b9aaa1"><code>511cc3a</code></a>
html: add Node.{Ancestors,ChildNodes,Descendants}()</li>
<li><a
href="https://github.com/golang/net/commit/4783315416d92ff3d4664762748bd21776b42b98"><code>4783315</code></a>
http2: limit 1xx based on size, do not limit when delivered</li>
<li><a
href="https://github.com/golang/net/commit/5716b9813d2c78aa3bb6e08160517facfb2e84e6"><code>5716b98</code></a>
internal/socket: execute gofmt</li>
<li><a
href="https://github.com/golang/net/commit/42b11863606139133313f265e6cf2a4d1d8ca972"><code>42b1186</code></a>
http2: support ResponseController.EnableFullDuplex</li>
<li>See full diff in <a
href="https://github.com/golang/net/compare/v0.30.0...v0.31.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Co-authored-by: Monty Bot <monty-bot@arm.com>1 parent 627101a commit 10debd4
File tree
4 files changed
+9
-7
lines changed- changes
- utils
4 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
| 259 | + | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
282 | | - | |
| 281 | + | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
0 commit comments