Commit 192911d
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`32ba87d` to `1cbd879`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/1cbd8792389615386c8810dad9dd83cc006d14b7"><code>1cbd879</code></a>
ci: Adds github action to trigger codebuild job for quic-attack (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2707">#2707</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/fc34befa0e7caada038141845900d5ce4d29c756"><code>fc34bef</code></a>
feat(s2n-quic): Emit event on TLS handshake failure (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2701">#2701</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/28ee453c505b39bc3ee227655352b6d3d8a0bfce"><code>28ee453</code></a>
test(s2n-quic): server handle conn migration with zero-length cid (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2697">#2697</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d5ab940576fb99172c2d57ca45961b418c0d8251"><code>d5ab940</code></a>
build(deps): update toml requirement from 0.8 to 0.9 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2702">#2702</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/94707b75e3106de2ecb6380574ce432918006981"><code>94707b7</code></a>
ci(fix): pin nightly-1.86.0 for udeps fix (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2698">#2698</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/8715fdffdd33f8fdc89000831eb99a9b0c261276"><code>8715fdf</code></a>
build(deps): update indicatif requirement from 0.17 to 0.18 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2696">#2696</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/3b3997163bb30834a2b3c2628ab59d638537c97f"><code>3b39971</code></a>
build(deps): update lru requirement from 0.15 to 0.16 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2693">#2693</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/1ff931d1bac036f0c5c499092f981bb311b9c113"><code>1ff931d</code></a>
ci(fix): resolve flakiness in upd::fuzz_test (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2689">#2689</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/2a24e620c0c22d79fe4e0938584f40717db51bce"><code>2a24e62</code></a>
chore(release): v1.61.0 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2690">#2690</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b8f8cca2612490ca54613f4bb2522828d2e42f9f"><code>b8f8cca</code></a>
build(deps): update lru requirement from 0.14 to 0.15 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2684">#2684</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/s2n-quic/compare/32ba87d2eb08459ad5ad6e3cf7207cba72c47a49...1cbd8792389615386c8810dad9dd83cc006d14b7">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 e12fa5a commit 192911d
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+1-1
- .github/workflows/codebuild.yml+35
- codebuild/bin/start_codebuild.sh+38
- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+4-5
- dc/s2n-quic-dc/src/event/generated/metrics.rs+8
- dc/s2n-quic-dc/src/path/secret/map.rs+5-3
- dc/s2n-quic-dc/src/path/secret/map/entry.rs+8
- dc/s2n-quic-dc/src/path/secret/map/handshake.rs+65-14
- dc/s2n-quic-dc/src/path/secret/map/peer.rs+6-1
- dc/s2n-quic-dc/src/path/secret/map/state.rs+6-4
- dc/s2n-quic-dc/src/path/secret/map/state/tests.rs+2-2
- dc/s2n-quic-dc/src/path/secret/map/store.rs+3-3
- dc/s2n-quic-dc/src/stream/client/rpc.rs+2-2
- dc/s2n-quic-dc/src/stream/recv/buffer/local.rs+14-1
- dc/s2n-quic-dc/src/stream/recv/buffer/local/test.rs+44
- dc/s2n-quic-dc/src/stream/send/flow/blocking.rs+1-1
- dc/s2n-quic-dc/src/stream/send/flow/non_blocking.rs+1-1
- dc/s2n-quic-dc/src/stream/tests/request_response.rs+2-2
- dc/s2n-quic-dc/src/task/waker/set.rs+2-1
- dc/s2n-quic-dc/src/task/waker/worker.rs+29-70
- quic/s2n-quic-core/Cargo.toml+2-2
- quic/s2n-quic-core/events/connection.rs+5
- quic/s2n-quic-core/src/buffer/reassembler/tests.rs+2-4
- quic/s2n-quic-core/src/crypto/tls.rs+6
- quic/s2n-quic-core/src/crypto/tls/null.rs+2-2
- quic/s2n-quic-core/src/crypto/tls/slow_tls.rs+7
- quic/s2n-quic-core/src/crypto/tls/testing.rs+7
- quic/s2n-quic-core/src/event/generated.rs+100
- quic/s2n-quic-core/src/event/generated/metrics.rs+23
- quic/s2n-quic-core/src/event/generated/metrics/aggregate.rs+318-296
- quic/s2n-quic-core/src/event/generated/metrics/probe.rs+87-84
- quic/s2n-quic-core/src/frame/crypto.rs+2-4
- quic/s2n-quic-core/src/frame/stream.rs+3-6
- quic/s2n-quic-core/src/packet/number/map.rs+1-1
- quic/s2n-quic-core/src/packet/number/sliding_window.rs+3-5
- quic/s2n-quic-core/src/path/mtu.rs+1-1
- quic/s2n-quic-core/src/path/mtu/tests.rs+1-2
- quic/s2n-quic-core/src/recovery/pacing/tests.rs+2-12
- quic/s2n-quic-core/src/recovery/rtt_estimator.rs+3-14
- quic/s2n-quic-core/src/sync/cursor.rs+2-2
- quic/s2n-quic-crypto/Cargo.toml+3-3
- quic/s2n-quic-events/src/output/metrics.rs+10
- quic/s2n-quic-platform/Cargo.toml+3-3
- quic/s2n-quic-platform/src/io/turmoil/tests.rs+1-1
- quic/s2n-quic-qns/Cargo.toml+1-1
- quic/s2n-quic-qns/src/tls.rs+1-1
- quic/s2n-quic-qns/src/xdp.rs+1-1
- quic/s2n-quic-rustls/Cargo.toml+4-4
- quic/s2n-quic-rustls/src/session.rs+3
- quic/s2n-quic-sim/Cargo.toml+2-2
- quic/s2n-quic-tls-default/Cargo.toml+4-4
- quic/s2n-quic-tls/Cargo.toml+4-4
- quic/s2n-quic-tls/src/session.rs+10-6
- quic/s2n-quic-transport/Cargo.toml+3-3
- quic/s2n-quic-transport/src/dc/manager.rs+1-2
- quic/s2n-quic-transport/src/path/manager/fuzz_target.rs+1-1
- quic/s2n-quic-transport/src/path/manager/tests.rs+1-1
- quic/s2n-quic-transport/src/space/session_context.rs+11
- quic/s2n-quic-transport/src/stream/manager/tests.rs+9-27
- quic/s2n-quic-transport/src/stream/send_stream/tests.rs+1-1
- quic/s2n-quic-transport/src/stream/testing.rs+2-2
- quic/s2n-quic-transport/src/sync/data_sender.rs+3-5
- quic/s2n-quic/Cargo.toml+14-9
- quic/s2n-quic/src/client/builder.rs+1-1
- quic/s2n-quic/src/server/builder.rs+6-2
- quic/s2n-quic/src/stream/bidirectional.rs+1-1
- quic/s2n-quic/src/tests.rs+4
- quic/s2n-quic/src/tests/deduplicate.rs+1-1
- quic/s2n-quic/src/tests/issue_1717.rs+2-4
- quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_auth_failure_self_test__events.snap+1
- quic/s2n-quic/src/tests/zero_length_cid_client_connection_migration.rs+259
- tools/xdp/s2n-quic-xdp/Cargo.toml+3-3
0 commit comments