Commit 8d983bb
authored
Bump golang.org/x/net from 0.39.0 to 0.40.0 in /tests in the go-tests group (#1280)
Bumps the go-tests group in /tests with 1 update:
[golang.org/x/net](https://github.com/golang/net).
Updates `golang.org/x/net` from 0.39.0 to 0.40.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/7d6e62ace5ed100018bd82d1967d2d98cff6fbae"><code>7d6e62a</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/ea0c1d94f5e0c4b4c18b927e26e188ad8fadb38e"><code>ea0c1d9</code></a>
internal/timeseries: use built-in max/min to simplify the code</li>
<li><a
href="https://github.com/golang/net/commit/3e7a445bf42b2e561241ba03bf98fc320ea58814"><code>3e7a445</code></a>
quic: skip packet numbers for optimistic ack defense</li>
<li><a
href="https://github.com/golang/net/commit/3f563d3b0dee482b8cc70bae68346d9a6d4609a6"><code>3f563d3</code></a>
quic: use an enum for sentPacket state</li>
<li><a
href="https://github.com/golang/net/commit/a3b6e772dc0acbd9c55a9e62524a4c389bed0d69"><code>a3b6e77</code></a>
quic: don't re-lose packets when discarding keys</li>
<li><a
href="https://github.com/golang/net/commit/22500a668c8e49a00a2a8ef32accbaaa25f72565"><code>22500a6</code></a>
quic: decode packet numbers >255 in tests</li>
<li><a
href="https://github.com/golang/net/commit/dd0b200aed506ae7891bd38fb47bacfd57b5a6e0"><code>dd0b200</code></a>
quic: remove go1.21 build constraint</li>
<li>See full diff in <a
href="https://github.com/golang/net/compare/v0.39.0...v0.40.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 <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
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2317bc4 commit 8d983bb
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments