Commit 9238997
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`7752afb` to `cd0314b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/cd0314b87de035fdd80573625ba643f6d5d75722"><code>cd0314b</code></a>
docs: update CI reference (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2354">#2354</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d9a9c5081eb600fbfddd1aec6ab4efacc1a4e3cb"><code>d9a9c50</code></a>
chore(GHA): allow OIDC aws credentials (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2350">#2350</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/a1f4fc0b264f30761547fa93cb594c1dd3364958"><code>a1f4fc0</code></a>
chore: update qns actions for OIDC (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2352">#2352</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/005f9461612df4f882b91844fa978a5ee603e9f8"><code>005f946</code></a>
chore: release 1.48.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2353">#2353</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/6bda48e53aaeea9a1f08da41eb028ba17cfef5c3"><code>6bda48e</code></a>
feat(s2n-quic-dc): import 10/17/24 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2351">#2351</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/4626ffe6bbc496372f392ee3e4f840ca5997c13a"><code>4626ffe</code></a>
build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2344">#2344</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/fe964505ffae2458c7bf041cf2d04a302ec7caf4"><code>fe96450</code></a>
feat(s2n-quic): Add the certififcate chain to TlsSession (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2349">#2349</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/7752afba439f5692612dbfd96f65bb561da86858...cd0314b87de035fdd80573625ba643f6d5d75722">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 c5a4aea commit 9238997
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/actions/duvet/README.md+12-4
- .github/actions/duvet/action.yml+7-7
- .github/workflows/book.yml+4-3
- .github/workflows/ci.yml+23-21
- .github/workflows/qns.yml+25-17
- .github/workflows/release.yml+15-6
- .github/workflows/tshark.yml+10-3
- README.md+1-1
- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+5-4
- dc/s2n-quic-dc/src/credentials.rs+10-12
- dc/s2n-quic-dc/src/fixed_map.rs+7-2
- dc/s2n-quic-dc/src/lib.rs+1
- dc/s2n-quic-dc/src/path/secret.rs+10
- dc/s2n-quic-dc/src/path/secret/map.rs+38-6
- dc/s2n-quic-dc/src/path/secret/map/test.rs+12-7
- dc/s2n-quic-dc/src/stream.rs+1
- dc/s2n-quic-dc/src/stream/client.rs+4
- dc/s2n-quic-dc/src/stream/client/tokio.rs+121
- dc/s2n-quic-dc/src/stream/endpoint.rs+2-5
- dc/s2n-quic-dc/src/stream/environment/tokio.rs+23-11
- dc/s2n-quic-dc/src/stream/send/state.rs+2-5
- dc/s2n-quic-dc/src/stream/server.rs+1
- dc/s2n-quic-dc/src/stream/server/tokio.rs+7
- dc/s2n-quic-dc/src/stream/server/tokio/accept.rs+143
- dc/s2n-quic-dc/src/stream/server/tokio/stats.rs+103
- dc/s2n-quic-dc/src/stream/server/tokio/tcp.rs+596
- dc/s2n-quic-dc/src/stream/server/tokio/udp.rs+148
- dc/s2n-quic-dc/src/sync.rs+5
- dc/s2n-quic-dc/src/sync/channel.rs+318
- dc/s2n-quic-dc/src/sync/ring_deque.rs+168
- dc/s2n-quic-dc/src/sync/ring_deque/tests.rs+160
- quic/s2n-quic-core/Cargo.toml+2-2
- quic/s2n-quic-core/src/crypto/tls.rs+18
- quic/s2n-quic-core/src/crypto/tls/testing.rs+4
- quic/s2n-quic-core/src/dc.rs+4
- quic/s2n-quic-core/src/event.rs+9
- quic/s2n-quic-crypto/Cargo.toml+3-3
- quic/s2n-quic-platform/Cargo.toml+3-3
- quic/s2n-quic-rustls/Cargo.toml+4-4
- quic/s2n-quic-rustls/src/session.rs+11
- 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
- quic/s2n-quic-transport/Cargo.toml+3-3
- quic/s2n-quic/Cargo.toml+9-9
- quic/s2n-quic/src/tests.rs+2
- quic/s2n-quic/src/tests/chain.rs+128
- tools/xdp/s2n-quic-xdp/Cargo.toml+3-3
0 commit comments