Commit d253bda
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`e4a2365` to `0b3f892`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/0b3f892ec7d431249e41cae49fdc03869fd85b89"><code>0b3f892</code></a>
ci: specify specific bolero dependency rather than workspace dependency
in s2...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/1d2aaa74fcbf5778d358b2eabc867619ec79c5b9"><code>1d2aaa7</code></a>
ci: specify specific bolero dependency rather than workspace dependency
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/2424">#2424</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/5dd0c47159868d3ee190f8d0f701b81c6cc39a03"><code>5dd0c47</code></a>
fix(s2n-quic-dc): make debug assertions cheaper for TCP accept manager
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/2419">#2419</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b6ace28f4996fd4a13a2ebbcbde981087ae2da30"><code>b6ace28</code></a>
fix(ci): fix the release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2423">#2423</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/1b657152ba651b71aa5aff7e63343aaf3b892ecf"><code>1b65715</code></a>
ci: add neqo from required resumption test client (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2420">#2420</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/0006a288ef782ebab4f73a0d1cc3706149e97831"><code>0006a28</code></a>
ci: remove bench test from s2n-quic CI (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2418">#2418</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d59d63a9e801fb34799e4f5eafa4bc806c93deff"><code>d59d63a</code></a>
ci: update h3spec to 0.11 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2416">#2416</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/05ac54c2369c2e17d1efb09890d8f653d15cbb50"><code>05ac54c</code></a>
build: do fewer optimizations in release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2417">#2417</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/85f3048c48727113a5e7154800bb889d37d76bf7"><code>85f3048</code></a>
ci: update wireshark to v4 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2160">#2160</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/7e37e7748c9e9a6f0b457acf39aaa0c48e1a3bc0"><code>7e37e77</code></a>
fix(s2n-quic-dc): use wake_forced for worker::Waker (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2415">#2415</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/s2n-quic/compare/e4a236578bcb36109d238753307c970d6c997666...0b3f892ec7d431249e41cae49fdc03869fd85b89">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 68f1adb commit d253bda
1 file changed
+1
-1
lines changed- .github/Dockerfile.tshark+6-4
- .github/interop/required.json+2-1
- .github/workflows/ci.yml+39
- .github/workflows/qns.yml+9-110
- .github/workflows/release.yml+1
- .github/workflows/tshark.yml+4-6
- Cargo.toml+3-8
- common/s2n-codec/Cargo.toml+3-3
- dc/s2n-quic-dc-benches/src/streams.rs+4-1
- dc/s2n-quic-dc/Cargo.toml+3-3
- dc/s2n-quic-dc/src/path/secret/map.rs+22-4
- dc/s2n-quic-dc/src/path/secret/map/state.rs+15-19
- dc/s2n-quic-dc/src/path/secret/map/store.rs+8-8
- dc/s2n-quic-dc/src/stream.rs+2
- dc/s2n-quic-dc/src/stream/send/tests.rs+1-1
- dc/s2n-quic-dc/src/stream/server/tokio/tcp.rs+40-727
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/fresh.rs+119
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager.rs+402
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager/list.rs+396
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager/tests.rs+320
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/worker.rs+445
- dc/s2n-quic-dc/src/stream/testing.rs+197-127
- dc/s2n-quic-dc/src/stream/tests.rs+4
- dc/s2n-quic-dc/src/stream/tests/accept_queue.rs+179
- dc/s2n-quic-dc/src/task/waker.rs+3
- dc/s2n-quic-dc/src/task/waker/set.rs+107
- dc/s2n-quic-dc/src/task/waker/set/bitset.rs+222
- dc/s2n-quic-dc/src/task/waker/worker.rs+5
- dc/wireshark/generate-bindings.sh+5-1
- dc/wireshark/src/field.rs+2
- dc/wireshark/src/wireshark_sys/full.rs+437-1.5k
- dc/wireshark/src/wireshark_sys/minimal.rs+313-902
- quic/s2n-quic-core/Cargo.toml+3-3
- quic/s2n-quic-platform/Cargo.toml+3-3
- quic/s2n-quic-tls/Cargo.toml+2
- quic/s2n-quic-tls/src/tests.rs+3-3
- quic/s2n-quic-transport/Cargo.toml+1-1
- quic/s2n-quic/Cargo.toml+1-1
- quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_auth_failure_self_test__events.snap+2-1
- scripts/benchmark/run-139
- scripts/benchmark/run-all-21
- scripts/h3spec+11-3
- scripts/interop/README.md+2-2
- tools/xdp/Cargo.toml+4
0 commit comments