Commit 49ee77a
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`1cca93b` to `995f37b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/995f37b1a7733871c7089f1e2c47b80d2faf19d4"><code>995f37b</code></a>
feat(s2n-quic-dc): add packet-level events (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2832">#2832</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/356c504c3d30f1cbf1235d15e3be6cc47405dca7"><code>356c504</code></a>
chore: Remove doc_auto_cfg, doc_cfg_hide and fix typos (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2838">#2838</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/6c58ff0c2e08ef9fd35a0d7f123fa62babc4b883"><code>6c58ff0</code></a>
build(deps): bump docker/login-action from 3.5.0 to 3.6.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2837">#2837</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c65dad0b2f8aa351f7dd24f54ac1f9594cdd7b16"><code>c65dad0</code></a>
ci: Temporarily remove xquic from required interop tests (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2833">#2833</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/37ebccba8a8769d361ff5307ef1460c6ccb7fcd9"><code>37ebccb</code></a>
ci: Update book.toml for mdbook 0.5 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2834">#2834</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/1cca93bf0b2392781060d1294aa7fde14b747c19...995f37b1a7733871c7089f1e2c47b80d2faf19d4">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 3b5925d commit 49ee77a
1 file changed
+1
-1
lines changed- .github/interop/required.json+4-10
- .github/workflows/release.yml+1-1
- dc/s2n-quic-dc/events/connection.rs+208
- dc/s2n-quic-dc/src/event/generated.rs+1.6k-42
- dc/s2n-quic-dc/src/event/generated/metrics.rs+207
- dc/s2n-quic-dc/src/event/generated/metrics/aggregate.rs+913-327
- dc/s2n-quic-dc/src/event/generated/metrics/probe.rs+227-89
- dc/s2n-quic-dc/src/packet/control/decoder.rs+5
- dc/s2n-quic-dc/src/stream/application.rs+3-1
- dc/s2n-quic-dc/src/stream/recv.rs+1-2
- dc/s2n-quic-dc/src/stream/recv/application.rs+2-1
- dc/s2n-quic-dc/src/stream/recv/error.rs+7
- dc/s2n-quic-dc/src/stream/recv/packet.rs+28-9
- dc/s2n-quic-dc/src/stream/recv/probes.rs-57
- dc/s2n-quic-dc/src/stream/recv/shared.rs+25-9
- dc/s2n-quic-dc/src/stream/recv/state.rs+102-92
- dc/s2n-quic-dc/src/stream/recv/worker.rs+2-1
- dc/s2n-quic-dc/src/stream/send.rs+3-2
- dc/s2n-quic-dc/src/stream/send/application/state.rs+10-12
- dc/s2n-quic-dc/src/stream/send/error.rs+12-3
- dc/s2n-quic-dc/src/stream/send/probes.rs-117
- dc/s2n-quic-dc/src/stream/send/state.rs+92-97
- dc/s2n-quic-dc/src/stream/send/worker.rs+26-9
- docs/book.toml-1
- quic/s2n-quic-transport/src/ack/ack_transmission_state.rs+2-2
- quic/s2n-quic-transport/src/stream/receive_stream.rs+1-1
- quic/s2n-quic/src/lib.rs-6
- scripts/events+1
0 commit comments