Commit 759e2c5
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`82dd0b5` to `a5d8422`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/a5d84229dae984a40ece44add3f418b00342fa01"><code>a5d8422</code></a>
feat(s2n-quic-dc): Replace requested_handshakes map with immediate
request (#...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/21464fc0d76a439279c54ebd826f2af95ebee33f"><code>21464fc</code></a>
build(deps): update lru requirement from 0.12 to 0.13 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2467">#2467</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b871ad0eafc48540499ee20299012ec3f52816e0"><code>b871ad0</code></a>
chore: release 1.53.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2465">#2465</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/e8df067b214a8ecb43f00f149b4d2c971fabe4f3"><code>e8df067</code></a>
fix(s2n-quic-dc): Replace shared map with larger bitset (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2464">#2464</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/82dd0b595e7e9e58531ff26b908fd0f6bbc36e45...a5d84229dae984a40ece44add3f418b00342fa01">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 a66bb06 commit 759e2c5
1 file changed
+1
-1
lines changed- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+5-4
- dc/s2n-quic-dc/src/path/secret/map.rs+5-12
- dc/s2n-quic-dc/src/path/secret/map/cleaner.rs+4-23
- dc/s2n-quic-dc/src/path/secret/map/entry.rs+29-10
- dc/s2n-quic-dc/src/path/secret/map/entry/tests.rs+1-1
- dc/s2n-quic-dc/src/path/secret/map/handshake.rs+2-2
- dc/s2n-quic-dc/src/path/secret/map/state.rs+35-30
- dc/s2n-quic-dc/src/path/secret/map/state/tests.rs+1-1
- dc/s2n-quic-dc/src/path/secret/map/store.rs+2-4
- dc/s2n-quic-dc/src/path/secret/receiver.rs+68-298
- dc/s2n-quic-dc/src/path/secret/receiver/tests.rs+102-125
- quic/s2n-quic-core/Cargo.toml+2-2
- quic/s2n-quic-crypto/Cargo.toml+3-3
- quic/s2n-quic-platform/Cargo.toml+3-3
- quic/s2n-quic-qns/Cargo.toml+1-1
- quic/s2n-quic-rustls/Cargo.toml+4-4
- 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+9-9
- tools/xdp/s2n-quic-xdp/Cargo.toml+3-3
0 commit comments