Commit 1e9e8db
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`6aa9975` to `5f323b7`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/5f323b77155766d3878755e5de48972df4b47344"><code>5f323b7</code></a>
chore: release v1.58.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2634">#2634</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/277b9f11020455de7d402ecbe2f3dd64742f4a8f"><code>277b9f1</code></a>
chore: restrict steps for daily ci run for scheduled jobs only (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2633">#2633</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/637def195eca287b5356dc0f9a2c05239d795565"><code>637def1</code></a>
chore: pin idna_adapter to v1.2.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2632">#2632</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/6c9ec17215b6324ecb7bb9273a2ff4a5789ad160"><code>6c9ec17</code></a>
fix(s2n-quic-dc): correctly process IPv6 on recv path (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2626">#2626</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/6aa9975c999b25b282bfafc3791393c8c2a8f25d...5f323b77155766d3878755e5de48972df4b47344">compare
view</a></li>
</ul>
</details>
<br />
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>
1 parent 91680b6 commit 1e9e8db
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+4-4
- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+4-4
- dc/s2n-quic-dc/src/stream/application.rs+12
- dc/s2n-quic-dc/src/stream/client/rpc.rs+7-1
- dc/s2n-quic-dc/src/stream/recv/application.rs+12
- dc/s2n-quic-dc/src/stream/recv/application/builder.rs+10-1
- dc/s2n-quic-dc/src/stream/socket/fd/udp.rs+3
- quic/s2n-quic-core/Cargo.toml+2-2
- quic/s2n-quic-crypto/Cargo.toml+3-3
- quic/s2n-quic-platform/Cargo.toml+3-3
- quic/s2n-quic-qns/Cargo.toml+1
- quic/s2n-quic-rustls/Cargo.toml+4-4
- quic/s2n-quic-tls-default/Cargo.toml+4-4
- quic/s2n-quic-tls/Cargo.toml+4-4
- quic/s2n-quic-transport/Cargo.toml+3-3
- quic/s2n-quic/Cargo.toml+9-9
- tools/xdp/s2n-quic-xdp/Cargo.toml+3-3
0 commit comments