Commit 92bc45d
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`5f323b7` to `22434aa`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/22434aa541781e42924bcf9856cd435250150344"><code>22434aa</code></a>
chore: schedule daily qns job (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2636">#2636</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/a5921e570d3542beb362edb516ec05f8356e9a08"><code>a5921e5</code></a>
fix(s2n-quic-h3): support h3-0.0.8 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2629">#2629</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/a961b1f5f8b3f244664b840fa00dd1c3219c750b"><code>a961b1f</code></a>
build(deps): bump aws-actions/configure-aws-credentials (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2627">#2627</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/e89ebaa29fd9079c008f1728ae3b7e2bb3645f57"><code>e89ebaa</code></a>
build(deps): update elf requirement from 0.7 to 0.8 in /tools/xdp (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2637">#2637</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/da13f32cf5071702aec48bff2cf4960e20fddee3"><code>da13f32</code></a>
ci: Pin to older docker version (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2639">#2639</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/5f323b77155766d3878755e5de48972df4b47344...22434aa541781e42924bcf9856cd435250150344">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 c33df19 commit 92bc45d
1 file changed
+1
-1
lines changed- .github/workflows/book.yml+1-1
- .github/workflows/ci.yml+7-7
- .github/workflows/qns.yml+27-3
- .github/workflows/release.yml+1-1
- .github/workflows/tshark.yml+1-1
- dc/s2n-quic-dc/src/path/secret/receiver/tests.rs+1-10
- dc/s2n-quic-dc/src/stream/client/rpc.rs+1-1
- dc/s2n-quic-dc/src/stream/environment/udp.rs+1-4
- dc/s2n-quic-dc/src/stream/pacer.rs+3-4
- dc/s2n-quic-dc/src/stream/recv/shared.rs+5-7
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager.rs+1-1
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager/tests.rs+1-1
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/worker.rs+2-2
- quic/s2n-quic-core/src/packet/number/sliding_window.rs+1-3
- quic/s2n-quic-crypto/src/one_rtt.rs-1
- quic/s2n-quic-h3/Cargo.toml+1-1
- quic/s2n-quic-h3/src/s2n_quic.rs+112-169
- quic/s2n-quic-platform/src/io/testing/network.rs+3-3
- quic/s2n-quic-platform/src/io/testing/socket.rs+2-2
- quic/s2n-quic-platform/src/io/tokio.rs+1-1
- quic/s2n-quic-platform/src/io/turmoil.rs+1-1
- quic/s2n-quic-qns/src/server/h3.rs+8-1
- quic/s2n-quic-sim/src/batch.rs+1-2
- quic/s2n-quic-transport/src/sync/data_sender/transmissions.rs+1-1
- quic/s2n-quic/src/provider/dc/confirm.rs+2-5
- quic/s2n-quic/src/provider/dc/mtu_confirm.rs+2-5
- tools/xdp/s2n-quic-xdp/src/syscall.rs+4-6
- tools/xdp/xtask/Cargo.toml+1-1
0 commit comments