Commit 18524cc
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`8f54b57` to `3129ad5`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/3129ad5ac618bb7b9b4fcddb67129af0f274c99e"><code>3129ad5</code></a>
ci(udeps): use nightly v1.85.0 toolchain to fix udeps (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2658">#2658</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/f13f040ea345607df97ab2725fe9052797e527bd"><code>f13f040</code></a>
chore: bump MSRV to 1.82.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2654">#2654</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/8f54b577991df0780dbd7bc7e38af547fbf8b0b9...3129ad5ac618bb7b9b4fcddb67129af0f274c99e">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 1b25a18 commit 18524cc
1 file changed
+1
-1
lines changed- .clippy.toml+1-1
- .github/workflows/ci.yml+1-1
- README.md+3-3
- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc-benches/Cargo.toml+1-1
- dc/s2n-quic-dc-benches/src/crypto/encrypt.rs+2-1
- dc/s2n-quic-dc-benches/src/crypto/hkdf.rs+2-1
- dc/s2n-quic-dc-benches/src/crypto/hmac.rs+2-1
- dc/s2n-quic-dc-benches/src/datagram/recv.rs+2-1
- dc/s2n-quic-dc/Cargo.toml+1-1
- dc/s2n-quic-dc/src/path/secret/map/state/tests.rs+1-1
- dc/s2n-quic-dc/src/stream/endpoint.rs+2-2
- quic/s2n-quic-bench/Cargo.toml+1-2
- quic/s2n-quic-bench/src/buffer.rs+2-1
- quic/s2n-quic-bench/src/frame.rs+2-1
- quic/s2n-quic-bench/src/inet.rs+2-1
- quic/s2n-quic-bench/src/packet.rs+2-1
- quic/s2n-quic-bench/src/varint.rs+2-1
- quic/s2n-quic-bench/src/xdp.rs+2-1
- quic/s2n-quic-core/Cargo.toml+1-1
- quic/s2n-quic-core/src/buffer/deque/tests.rs+1-1
- quic/s2n-quic-core/src/path/ecn.rs+1-1
- quic/s2n-quic-core/src/path/mtu.rs+2-2
- quic/s2n-quic-core/src/recovery/bbr/pacing.rs+1-1
- quic/s2n-quic-core/src/recovery/bbr/windowed_filter.rs+2-2
- quic/s2n-quic-core/src/recovery/cubic.rs+1-1
- quic/s2n-quic-core/src/recovery/hybrid_slow_start.rs+1-1
- quic/s2n-quic-core/src/recovery/pacing/tests.rs+1-2
- quic/s2n-quic-crypto/Cargo.toml+1-1
- quic/s2n-quic-events/Cargo.toml+1-1
- quic/s2n-quic-h3/Cargo.toml+1-1
- quic/s2n-quic-platform/Cargo.toml+1-18
- quic/s2n-quic-platform/build.rs+5-6
- quic/s2n-quic-qns/Cargo.toml+1-4
- quic/s2n-quic-rustls/Cargo.toml+1-1
- quic/s2n-quic-sim/Cargo.toml+1-1
- quic/s2n-quic-sim/src/query.rs+4-4
- quic/s2n-quic-tls-default/Cargo.toml+1-1
- quic/s2n-quic-tls/Cargo.toml+1-1
- quic/s2n-quic-transport/Cargo.toml+1-1
- quic/s2n-quic-transport/src/path/mod.rs+1-1
- quic/s2n-quic-transport/src/recovery/manager.rs+4-5
- quic/s2n-quic-transport/src/space/application.rs+1-2
- quic/s2n-quic-transport/src/space/handshake.rs+2-4
- quic/s2n-quic-transport/src/space/initial.rs+2-4
- quic/s2n-quic-transport/src/stream/contract.rs+1-4
- quic/s2n-quic/Cargo.toml+1-1
- quic/s2n-quic/src/tests/recorder.rs+1-1
- rust-toolchain+1-1
- tools/xdp/s2n-quic-xdp/Cargo.toml+1-1
- tools/xdp/s2n-quic-xdp/src/ring.rs+2-6
0 commit comments