Skip to content

Commit

Permalink
Bump tests/perf/s2n-quic from 7752afb to cd0314b (#3625)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent c5a4aea commit 9238997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/s2n-quic
Submodule s2n-quic updated 49 files
+12 −4 .github/actions/duvet/README.md
+7 −7 .github/actions/duvet/action.yml
+4 −3 .github/workflows/book.yml
+23 −21 .github/workflows/ci.yml
+25 −17 .github/workflows/qns.yml
+15 −6 .github/workflows/release.yml
+10 −3 .github/workflows/tshark.yml
+1 −1 README.md
+1 −1 common/s2n-codec/Cargo.toml
+5 −4 dc/s2n-quic-dc/Cargo.toml
+10 −12 dc/s2n-quic-dc/src/credentials.rs
+7 −2 dc/s2n-quic-dc/src/fixed_map.rs
+1 −0 dc/s2n-quic-dc/src/lib.rs
+10 −0 dc/s2n-quic-dc/src/path/secret.rs
+38 −6 dc/s2n-quic-dc/src/path/secret/map.rs
+12 −7 dc/s2n-quic-dc/src/path/secret/map/test.rs
+1 −0 dc/s2n-quic-dc/src/stream.rs
+4 −0 dc/s2n-quic-dc/src/stream/client.rs
+121 −0 dc/s2n-quic-dc/src/stream/client/tokio.rs
+2 −5 dc/s2n-quic-dc/src/stream/endpoint.rs
+23 −11 dc/s2n-quic-dc/src/stream/environment/tokio.rs
+2 −5 dc/s2n-quic-dc/src/stream/send/state.rs
+1 −0 dc/s2n-quic-dc/src/stream/server.rs
+7 −0 dc/s2n-quic-dc/src/stream/server/tokio.rs
+143 −0 dc/s2n-quic-dc/src/stream/server/tokio/accept.rs
+103 −0 dc/s2n-quic-dc/src/stream/server/tokio/stats.rs
+596 −0 dc/s2n-quic-dc/src/stream/server/tokio/tcp.rs
+148 −0 dc/s2n-quic-dc/src/stream/server/tokio/udp.rs
+5 −0 dc/s2n-quic-dc/src/sync.rs
+318 −0 dc/s2n-quic-dc/src/sync/channel.rs
+168 −0 dc/s2n-quic-dc/src/sync/ring_deque.rs
+160 −0 dc/s2n-quic-dc/src/sync/ring_deque/tests.rs
+2 −2 quic/s2n-quic-core/Cargo.toml
+18 −0 quic/s2n-quic-core/src/crypto/tls.rs
+4 −0 quic/s2n-quic-core/src/crypto/tls/testing.rs
+4 −0 quic/s2n-quic-core/src/dc.rs
+9 −0 quic/s2n-quic-core/src/event.rs
+3 −3 quic/s2n-quic-crypto/Cargo.toml
+3 −3 quic/s2n-quic-platform/Cargo.toml
+4 −4 quic/s2n-quic-rustls/Cargo.toml
+11 −0 quic/s2n-quic-rustls/src/session.rs
+4 −4 quic/s2n-quic-tls-default/Cargo.toml
+4 −4 quic/s2n-quic-tls/Cargo.toml
+10 −0 quic/s2n-quic-tls/src/session.rs
+3 −3 quic/s2n-quic-transport/Cargo.toml
+9 −9 quic/s2n-quic/Cargo.toml
+2 −0 quic/s2n-quic/src/tests.rs
+128 −0 quic/s2n-quic/src/tests/chain.rs
+3 −3 tools/xdp/s2n-quic-xdp/Cargo.toml

0 comments on commit 9238997

Please sign in to comment.