Commit f5e5538
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`d2c0794` to `26e2402`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/26e2402eea1ea8c079705a58bbf5327f358521f0"><code>26e2402</code></a>
build(deps): bump actions/setup-python from 5 to 6 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2790">#2790</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/578115f6bfb405a7cd868cf2f839d5d938c0ccf5"><code>578115f</code></a>
build(deps): bump aws-actions/configure-aws-credentials (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2791">#2791</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/861d116e97cba0de0d86583ff67d8e42c6c3d1ec"><code>861d116</code></a>
refactor(s2n-quic-events): Rename s2n-quic-events to s2n-events (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2780">#2780</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/943f4e7cca123a6ca50dbb4a27de78cf11ae5af8"><code>943f4e7</code></a>
ci: Fixes typo in metrics feature</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/de63fb943a52f5a3961ae1dafe35bf05564d2edf"><code>de63fb9</code></a>
build(deps): update hashbrown requirement from 0.15 to 0.16 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2787">#2787</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/d2c07946d50f32a7f005a27a31372aa399af0807...26e2402eea1ea8c079705a58bbf5327f358521f0">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>
Co-authored-by: Felipe R. Monteiro <felisous@amazon.com>
1 parent 652334a commit f5e5538
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/config/cargo-deny.toml+1-1
- .github/workflows/book.yml+1-1
- .github/workflows/ci.yml+41-12
- .github/workflows/codebuild.yml+1-1
- .github/workflows/qns.yml+5-5
- .github/workflows/release.yml+1-1
- .github/workflows/tshark.yml+1-1
- dc/s2n-quic-dc/Cargo.toml+1-1
- dc/s2n-quic-dc/events/acceptor.rs+1-1
- dc/s2n-quic-dc/src/event/generated.rs+1-1
- dc/s2n-quic-dc/src/event/generated/metrics.rs+1-1
- dc/s2n-quic-dc/src/event/generated/metrics/aggregate.rs+2-2
- dc/s2n-quic-dc/src/event/generated/metrics/probe.rs+4-4
- quic/s2n-quic-core/src/event/generated.rs+1-1
- quic/s2n-quic-core/src/event/generated/metrics.rs+1-1
- quic/s2n-quic-core/src/event/generated/metrics/aggregate.rs+1-1
- quic/s2n-quic-core/src/event/generated/metrics/probe.rs+1-1
- quic/s2n-quic-qns/etc/Dockerfile+1-1
- quic/s2n-quic-transport/Cargo.toml+1-1
- scripts/events+1-1
- tools/s2n-events/Cargo.toml+4-1
- tools/s2n-events/README.md+4-4
- tools/s2n-events/src/main.rs+5-2
- tools/s2n-events/src/output.rs+1-1
- tools/s2n-events/src/output/metrics.rs
- tools/s2n-events/src/output/metrics/aggregate.rs
- tools/s2n-events/src/output_mode.rs
- tools/s2n-events/src/parser.rs
- tools/s2n-events/src/validation.rs
0 commit comments