Commit 6c2c4f0
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`4938450` to `8f510f0`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/8f510f05ebd904ebda097eaf704066b945c2175d"><code>8f510f0</code></a>
Chore: Release 1.63.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2737">#2737</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/2af1b166da76995efaa1fde2e7cb5614bb5f4044"><code>2af1b16</code></a>
feat(s2n-quic-core) TLS offloading (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2721">#2721</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/422d2c37be4b3ccc78ddf64038ef9dfea7f972a4"><code>422d2c3</code></a>
refactor(ci): consolidate clippy checks into one job (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2695">#2695</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b95ef1873d67148e820b67a159c13c56f8fddc95"><code>b95ef18</code></a>
build(deps): update criterion requirement from 0.6 to 0.7 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2731">#2731</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/7f8504fafc48a80071401805ba61cd501cee5099"><code>7f8504f</code></a>
fix(typo): fix a typo in codebuild.yml (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2733">#2733</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/4938450468d9b68c1098634ecf4213dcafe2d091...8f510f05ebd904ebda097eaf704066b945c2175d">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 e0a207f commit 6c2c4f0
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+17-26
- .github/workflows/codebuild.yml+1-1
- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc-benches/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+4-4
- dc/wireshark/.clippy.toml+1-1
- dc/wireshark/Cargo.toml+1-1
- dc/wireshark/build.rs+1-1
- dc/wireshark/rust-toolchain+1-1
- dc/wireshark/src/wireshark.rs+2-2
- dc/wireshark/xtask/src/main.rs+1-1
- examples/tls-offloading/Cargo.toml+8
- examples/tls-offloading/README.md+25
- examples/tls-offloading/src/bin/client.rs+64
- examples/tls-offloading/src/bin/server.rs+67
- quic/s2n-quic-bench/Cargo.toml+1-1
- quic/s2n-quic-core/Cargo.toml+2-2
- quic/s2n-quic-core/src/crypto/tls.rs+3
- quic/s2n-quic-core/src/crypto/tls/offload.rs+652
- quic/s2n-quic-core/src/sync/spsc/recv.rs+1
- quic/s2n-quic-core/src/sync/spsc/send.rs+2
- 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-tests/Cargo.toml+3-2
- quic/s2n-quic-tests/src/tests.rs+1
- quic/s2n-quic-tests/src/tests/offload.rs+269
- 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+11-9
- quic/s2n-quic/src/provider/tls.rs+125
- tools/udp-attack/Cargo.toml+1
- tools/udp-attack/rust-toolchain-3
- tools/xdp/rust-toolchain+1-1
- tools/xdp/s2n-quic-xdp/Cargo.toml+3-3
- tools/xdp/tester/src/main.rs+1-1
- tools/xdp/xtask/src/ci.rs+1-1
0 commit comments