Commit fa5fffd
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`dce0a3c` to `058783f`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/058783f667d4e32a94b2a2ef7405136c28b7989b"><code>058783f</code></a>
ci: address flaky fuzz test (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2934">#2934</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/0703f6ccdc8991c192c4c42a75021257b580829d"><code>0703f6c</code></a>
chore(s2n-quic): bump MSRV to 1.88.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2935">#2935</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/ecc94eeb7f624ce67f0a8d5f23030cc071df0ce4"><code>ecc94ee</code></a>
docs: Adds some caveats to the datagram documentation (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2933">#2933</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/5b5b2cd78dc0fcbbe653ec7c8dd09f99fe1e9744"><code>5b5b2cd</code></a>
build(deps): update intrusive-collections requirement from 0.9 to 0.10
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/2928">#2928</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c7a0a094a70f682bb3fee1ead873730bb3e0bb0b"><code>c7a0a09</code></a>
chore(s2n-quic): v1.72.0 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2932">#2932</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/0a8b0ac58ef5de494cb4953bafe1c11f05464b36"><code>0a8b0ac</code></a>
fix(s2n-quic-core): MtuProbingCompleteSupport transport parameter
encoding (#...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/db8557bd11ae07ccfd52ef3ff98ab9f0d452f62e"><code>db8557b</code></a>
chore(s2n-quic-dc): allow usage of deprecated set_linger method in tokio
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/2930">#2930</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/dce0a3caa9a336474a258bb5af9572ffb4ff8078...058783f667d4e32a94b2a2ef7405136c28b7989b">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 ec5b8ab commit fa5fffd
1 file changed
+1
-1
lines changed- .clippy.toml+1-1
- README.md+3-3
- common/s2n-codec/Cargo.toml+2-2
- dc/s2n-quic-dc-benches/Cargo.toml+1-1
- dc/s2n-quic-dc-metrics/Cargo.toml+2-2
- dc/s2n-quic-dc/Cargo.toml+6-6
- dc/s2n-quic-dc/src/socket/recv/descriptor.rs+1-2
- dc/s2n-quic-dc/src/stream/client/tokio.rs+1
- dc/s2n-quic-dc/src/stream/recv/dispatch/descriptor.rs+1-2
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/lazy.rs+1
- dc/s2n-quic-dc/src/stream/tests/request_response.rs+11-8
- dc/wireshark/.clippy.toml+1-1
- dc/wireshark/Cargo.toml+1-1
- dc/wireshark/rust-toolchain+1-1
- examples/unreliable-datagram/README.md+1-1
- quic/s2n-quic-bench/Cargo.toml+1-1
- quic/s2n-quic-core/Cargo.toml+4-4
- quic/s2n-quic-core/src/frame/mtu_probing_complete.rs+4-6
- quic/s2n-quic-core/src/frame/test_samples/mtu_probing_complete.bin
- quic/s2n-quic-core/src/packet/version_negotiation.rs+1-1
- quic/s2n-quic-core/src/transport/parameters/mod.rs+4-8
- quic/s2n-quic-core/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__ClientTransportParameters__default.snap+2-1
- quic/s2n-quic-core/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__ServerTransportParameters__default.snap+2-1
- quic/s2n-quic-core/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__client_snapshot_test.snap+5
- quic/s2n-quic-core/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__load_client_limits.snap+2-1
- quic/s2n-quic-core/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__load_server_limits.snap+2-1
- quic/s2n-quic-core/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__server_snapshot_test.snap+5
- quic/s2n-quic-core/src/transport/parameters/tests.rs+32
- quic/s2n-quic-crypto/Cargo.toml+5-5
- quic/s2n-quic-h3/Cargo.toml+1-1
- quic/s2n-quic-platform/Cargo.toml+4-4
- quic/s2n-quic-qns/Cargo.toml+1-1
- quic/s2n-quic-rustls/Cargo.toml+5-5
- quic/s2n-quic-sim/Cargo.toml+1-1
- quic/s2n-quic-tests/Cargo.toml+1-1
- quic/s2n-quic-tests/src/tests/dc.rs+56
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_not_secret_control_packet__events.snap+1
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_secret_control_packet__events.snap+1
- quic/s2n-quic-tls-default/Cargo.toml+5-5
- quic/s2n-quic-tls/Cargo.toml+5-5
- quic/s2n-quic-transport/Cargo.toml+5-5
- quic/s2n-quic-transport/src/connection/connection_container.rs+5-5
- quic/s2n-quic-transport/src/endpoint/initial.rs+9-1
- quic/s2n-quic-transport/src/stream/stream_container.rs+7-7
- quic/s2n-quic/Cargo.toml+10-10
- rust-toolchain+1-1
- tools/s2n-events/Cargo.toml+1-1
- tools/udp-attack/Cargo.toml+1-1
- tools/xdp/ebpf/rust-toolchain.toml+1-1
- tools/xdp/rust-toolchain+1-1
- tools/xdp/s2n-quic-xdp/Cargo.toml+4-4
- tools/xdp/xtask/src/bindings.rs+1-1
0 commit comments