Commit a8711c1
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`5240fd6` to `73c9278`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/73c9278697eba0614ed93dc96d5a8887eeeb1b9a"><code>73c9278</code></a>
tests: Include integ test Message representation in ring buffer tests
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/2852">#2852</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d50257705e6d5263ff2e0e3acbe3fc8d3f2f214e"><code>d502577</code></a>
feat(s2n-quic-dc): throttle repeated successful handshakes (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2845">#2845</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/651876cf06f3329938d86728e9f1e58379c60f6e"><code>651876c</code></a>
chore: s2n-quic 1.68.0 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2853">#2853</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/4bd8d3fa1f4f8c70801365a2cb7243057aa1dad3"><code>4bd8d3f</code></a>
ci(dhat): upload dhat artifacts regardless of steps outcome (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2850">#2850</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/df20953ef1d5234dd3da5a29c89c81ea720a0a97"><code>df20953</code></a>
chore: scope permissions down for one GHA (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2849">#2849</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/5240fd629267cf640b4d9fa2201fd6d6e37ad5e0...73c9278697eba0614ed93dc96d5a8887eeeb1b9a">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b97b01 commit a8711c1
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+8
- .github/workflows/dependencies.yml+5
- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+5-5
- dc/s2n-quic-dc/src/psk/client/builder.rs+14
- dc/s2n-quic-dc/src/psk/io.rs+28-6
- dc/s2n-quic-dc/src/testing.rs+8
- 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-platform/src/io/testing/message.rs+2-1
- quic/s2n-quic-platform/src/socket/ring.rs+6
- quic/s2n-quic-rustls/Cargo.toml+4-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_handshake_self_test__events.snap-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_mtls_handshake_auth_failure_self_test__events.snap-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_mtls_handshake_client_not_supported_self_test__events.snap-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_mtls_handshake_self_test__events.snap-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_mtls_handshake_server_not_supported_self_test__events.snap-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_not_secret_control_packet__events.snap-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_secret_control_packet__events.snap-4
- quic/s2n-quic-tests/src/tests/snapshots/tests__pto__handshake_pto_timer_is_armed__events.snap+2-7
- 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