Commit 2bdc9ba
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`b8f8cca` to `8715fdf`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/8715fdffdd33f8fdc89000831eb99a9b0c261276"><code>8715fdf</code></a>
build(deps): update indicatif requirement from 0.17 to 0.18 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2696">#2696</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/3b3997163bb30834a2b3c2628ab59d638537c97f"><code>3b39971</code></a>
build(deps): update lru requirement from 0.15 to 0.16 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2693">#2693</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/1ff931d1bac036f0c5c499092f981bb311b9c113"><code>1ff931d</code></a>
ci(fix): resolve flakiness in upd::fuzz_test (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2689">#2689</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/2a24e620c0c22d79fe4e0938584f40717db51bce"><code>2a24e62</code></a>
chore(release): v1.61.0 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2690">#2690</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/b8f8cca2612490ca54613f4bb2522828d2e42f9f...8715fdffdd33f8fdc89000831eb99a9b0c261276">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>
1 parent 40f49ef commit 2bdc9ba
1 file changed
+1
-1
lines changed- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+4-4
- dc/s2n-quic-dc/src/stream/tests/request_response.rs+2-2
- 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-sim/Cargo.toml+1-1
- 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