Commit edc1372
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`fc9b388` to `b131854`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/b13185496c54df2c51e7851bc802b11cd94028b5"><code>b131854</code></a>
refactor(clippy-bot): configure the commit message of clippy PR (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2824">#2824</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/1d939db0b84c68ae6c3538ce9c192d073a475c6a"><code>1d939db</code></a>
[create-pull-request] automated change (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2822">#2822</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/88061ff55d3fdcf2434962b885457829d601fc1c"><code>88061ff</code></a>
ci: Allow clippy to resolve new lints more quickly (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2821">#2821</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/a7f01610c302dff428fc3d01c3d91f27b494b8c7"><code>a7f0161</code></a>
refactor(s2n-events): Move OutputMode into OutputConfig (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2803">#2803</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/42038851f846e22fdfa852cdadb68fb833713152"><code>4203885</code></a>
refactor(s2n-quic-tests): add test annotation to
endpoint_limits_close_test (...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/aac71ce883bd5773edd9bb2982fcb927c9af87df"><code>aac71ce</code></a>
chore: s2n-quic 1.66.0 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2815">#2815</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/5ed195518443a229f93024ec51b63c3a04533d20"><code>5ed1955</code></a>
feat(s2n-quic-transport): close connection during handshake (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2792">#2792</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/5fbf7cb1db45b83179c5abd7984e1a783c258a10"><code>5fbf7cb</code></a>
fix(s2n-events): Fix warning when no nominal counters are defined (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2811">#2811</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/1d4aa38795acf27e3f4e925e4a9d89c6772fc6e1"><code>1d4aa38</code></a>
chore: release v1.65.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2810">#2810</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/0c4cfc910d8701e389fa62b41226431fc30f771e"><code>0c4cfc9</code></a>
test(s2n-events): Generate test events system (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2795">#2795</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/s2n-quic/compare/fc9b3887ebae96bf7407ef77b120d59e34b13bdc...b13185496c54df2c51e7851bc802b11cd94028b5">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 1bd25b5 commit edc1372
1 file changed
+1
-1
lines changed- .clippy.toml+1-1
- .github/workflows/ci.yml+33-19
- README.md+3-3
- common/s2n-codec/Cargo.toml+2-2
- dc/s2n-quic-dc/Cargo.toml+8-7
- dc/s2n-quic-dc/src/event/generated/metrics/aggregate.rs+1
- dc/s2n-quic-dc/src/path/secret/map/state.rs+18-22
- dc/s2n-quic-dc/src/psk/client.rs+1-2
- dc/s2n-quic-dc/src/stream.rs+2
- dc/s2n-quic-dc/src/stream/client/tokio.rs+2-2
- dc/s2n-quic-dc/src/stream/server/tokio.rs+1-1
- dc/s2n-quic-dc/src/stream/testing.rs+276-3
- dc/s2n-quic-dc/src/stream/tests.rs+41
- dc/s2n-quic-dc/src/stream/tests/behavior.rs+39
- dc/s2n-quic-dc/src/stream/tests/behavior/api.rs+49
- dc/s2n-quic-dc/src/stream/tests/behavior/differential.rs+497
- dc/s2n-quic-dc/src/stream/tests/behavior/handshake.rs+67
- dc/s2n-quic-dc/src/stream/tests/behavior/read.rs+98
- dc/s2n-quic-dc/src/stream/tests/behavior/snapshots/s2n_quic_dc__stream__tests__behavior__differential__request_response_test.snap+24
- dc/s2n-quic-dc/src/stream/tests/behavior/write.rs+186
- dc/s2n-quic-dc/src/stream/tests/cardinality.rs+220
- dc/s2n-quic-dc/src/stream/tests/restart.rs+213
- dc/s2n-quic-dc/src/stream/tests/rpc.rs+90-3
- dc/s2n-quic-dc/src/testing.rs+185
- dc/wireshark/.clippy.toml+1-1
- dc/wireshark/Cargo.toml+1-1
- dc/wireshark/rust-toolchain+1-1
- quic/s2n-quic-core/Cargo.toml+3-3
- quic/s2n-quic-core/src/crypto/tls/offload.rs+1-1
- quic/s2n-quic-core/src/event/generated/metrics/aggregate.rs+1
- quic/s2n-quic-core/src/path/mtu.rs+3-4
- quic/s2n-quic-core/src/time/timestamp.rs+1-1
- quic/s2n-quic-core/src/transport/error.rs+1-1
- quic/s2n-quic-crypto/Cargo.toml+4-4
- quic/s2n-quic-h3/Cargo.toml+1-1
- quic/s2n-quic-platform/Cargo.toml+4-4
- quic/s2n-quic-platform/src/features/gso.rs+5-6
- quic/s2n-quic-platform/src/socket/ring.rs+159-65
- quic/s2n-quic-qns/Cargo.toml+1-1
- quic/s2n-quic-qns/src/tls.rs+1-1
- quic/s2n-quic-rustls/Cargo.toml+5-5
- quic/s2n-quic-sim/Cargo.toml+1-1
- quic/s2n-quic-tests/Cargo.toml+1-1
- quic/s2n-quic-tests/src/lib.rs+1-1
- quic/s2n-quic-tests/src/tests.rs+1
- quic/s2n-quic-tests/src/tests/endpoint_limits.rs+125
- quic/s2n-quic-tests/src/tests/mtu.rs+1-1
- quic/s2n-quic-tls-default/Cargo.toml+5-5
- quic/s2n-quic-tls/Cargo.toml+6-6
- quic/s2n-quic-transport/Cargo.toml+4-4
- quic/s2n-quic-transport/src/endpoint/connection_close.rs+252
- quic/s2n-quic-transport/src/endpoint/mod.rs+20-2
- quic/s2n-quic/Cargo.toml+10-10
- rust-toolchain+1-1
- tools/event-generator/src/main.rs+9-5
- tools/s2n-events/Cargo.toml+8-1
- tools/s2n-events/src/bin/generate_test_events.rs+97
- tools/s2n-events/src/generate_config.rs+23-16
- tools/s2n-events/src/lib.rs+2-2
- tools/s2n-events/src/output.rs+16-15
- tools/s2n-events/src/output/metrics.rs+8-8
- tools/s2n-events/src/output/metrics/aggregate.rs+9-8
- tools/s2n-events/src/parser.rs+7-7
- tools/s2n-events/tests/c_ffi_events/event.rs+44
- tools/s2n-events/tests/c_ffi_events/event/generated.rs+1.0k
- tools/s2n-events/tests/c_ffi_events/event/generated/metrics.rs+85
- tools/s2n-events/tests/c_ffi_events/event/generated/metrics/aggregate.rs+267
- tools/s2n-events/tests/c_ffi_events/event/generated/metrics/probe.rs+194
- tools/s2n-events/tests/c_ffi_events/events/common.rs+18
- tools/s2n-events/tests/c_ffi_events/events/connection.rs+17
- tools/s2n-events/tests/c_ffi_events/events/endpoint.rs+8
- tools/s2n-events/tests/c_ffi_events/mod.rs+4
- tools/s2n-events/tests/test_c_ffi_events.rs+57
- tools/udp-attack/Cargo.toml+1-1
- tools/xdp/ebpf/rust-toolchain.toml+1-1
- tools/xdp/rust-toolchain+1-1
- tools/xdp/s2n-quic-xdp/Cargo.toml+4-4
- tools/xdp/s2n-quic-xdp/src/io/rx.rs+1-1
- tools/xdp/s2n-quic-xdp/src/io/tx.rs+2-2
0 commit comments