Commit 33ad273
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`e726f08` to `cf77e2b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/cf77e2b466d837db0be875109ac009589c9364d8"><code>cf77e2b</code></a>
build(deps): update turmoil requirement from 0.6.0 to 0.7.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2882">#2882</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/a243f2ea3ceaf4244077620685d7acde8752609d"><code>a243f2e</code></a>
ci: Add a conv. commit lint action+config (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2881">#2881</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/3d1bf0357df82fbfa6aca49e72e1e7fe1665cc8c"><code>3d1bf03</code></a>
ci: GH release notes config (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2880">#2880</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/f7c2ac0cf2390dd541bbe82ecf4a031ec3bf4f52"><code>f7c2ac0</code></a>
fix(s2n-quic-dc): support ipv6 control sockets (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2871">#2871</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/fd5d2d3836abf4c5e40b7d224339a34e64b8e4a1"><code>fd5d2d3</code></a>
test(s2n-quic-dc): shared caches tests (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2876">#2876</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/e726f0851210ced80b4ddf1239b045c87ebb65ba...cf77e2b466d837db0be875109ac009589c9364d8">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 a257bf0 commit 33ad273
1 file changed
+1
-1
lines changed- .github/config/commitlint.config.js+21
- .github/release.yml+24
- .github/workflows/ci.yml+9
- .github/workflows/qns_release.yml+1-1
- dc/s2n-quic-dc/src/path/secret/map.rs+6
- dc/s2n-quic-dc/src/path/secret/map/entry.rs+5
- dc/s2n-quic-dc/src/path/secret/map/state.rs+56-25
- dc/s2n-quic-dc/src/path/secret/map/store.rs+3
- dc/s2n-quic-dc/src/path/secret/sender.rs+5
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/worker.rs+4-7
- dc/s2n-quic-dc/src/stream/tests/shared_cache.rs+285-24
- dc/s2n-quic-dc/src/uds/receiver.rs+14-25
- dc/s2n-quic-dc/src/uds/sender.rs+13-25
- quic/s2n-quic-platform/Cargo.toml+1-1
0 commit comments