generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 135
Bump tests/perf/s2n-quic from 25d7f4e to 77f104c
#4492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
feliperodri
merged 1 commit into
main
from
dependabot/submodules/tests/perf/s2n-quic-77f104c
Dec 1, 2025
Merged
Bump tests/perf/s2n-quic from 25d7f4e to 77f104c
#4492
feliperodri
merged 1 commit into
main
from
dependabot/submodules/tests/perf/s2n-quic-77f104c
Dec 1, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from `25d7f4e` to `77f104c`. - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](aws/s2n-quic@25d7f4e...77f104c) --- updated-dependencies: - dependency-name: tests/perf/s2n-quic dependency-version: 77f104cf1858f2a978ce4e93d49a8ce737a58de9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
feliperodri
approved these changes
Dec 1, 2025
zhassan-aws
pushed a commit
to tautschnig/kani
that referenced
this pull request
Jan 14, 2026
…4492) Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from `25d7f4e` to `77f104c`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/s2n-quic/commit/77f104cf1858f2a978ce4e93d49a8ce737a58de9"><code>77f104c</code></a> ci: exculde dc from cargo timing job (<a href="https://redirect.github.com/aws/s2n-quic/issues/2903">#2903</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/be4d982fa9190dd5df8b0a3e675487d859f63b45"><code>be4d982</code></a> Revert "chore(xdp): pin aya to prevent clippy/MSRV breakage (<a href="https://redirect.github.com/aws/s2n-quic/issues/2897">#2897</a>)" (<a href="https://redirect.github.com/aws/s2n-quic/issues/2902">#2902</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/e8458794c927c5b0444c90c8fa6520162a594f65"><code>e845879</code></a> build(deps): bump aws-actions/configure-aws-credentials from 5.1.0 to 5.1.1 (...</li> <li>See full diff in <a href="https://github.com/aws/s2n-quic/compare/25d7f4e2b444c7dd24b696dc5e734e5c11ef545f...77f104cf1858f2a978ce4e93d49a8ce737a58de9">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>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 15, 2026
0.67.0 Kani release Raw release notes: ``` ## What's Changed * Upgrade Rust toolchain to 2025-11-06 by @tautschnig in #4451 * Upgrade Rust toolchain to 2025-11-07 by @tautschnig in #4454 * Automatic toolchain upgrade to nightly-2025-11-08 by @github-actions[bot] in #4456 * Automatic toolchain upgrade to nightly-2025-11-09 by @github-actions[bot] in #4457 * Automatic cargo update to 2025-11-10 by @github-actions[bot] in #4459 * Gracefully fail when compiling structs with too large array by @tautschnig in #4461 * Upgrade Rust toolchain to 2025-11-10 by @tautschnig in #4460 * Bump tests/perf/s2n-quic from `e726f08` to `cf77e2b` by @dependabot[bot] in #4462 * Automatic toolchain upgrade to nightly-2025-11-11 by @github-actions[bot] in #4463 * fix: Make kani attribute nameres work with generic args having `::` by @ShoyuVanilla in #4427 * NixOS: patch binaries if the dynamic linker is a stub by @GrigorenkoPV in #4413 * Update charon submodule by 15 commits by @tautschnig in #4464 * Arrays with more than 64 elements no longer cause spurious failures by @tautschnig in #4470 * Upgrade Rust toolchain to 2025-11-12 by @tautschnig in #4469 * Upgrade Rust toolchain to 2025-11-13 by @tautschnig in #4473 * Automatic cargo update to 2025-11-17 by @github-actions[bot] in #4476 * Upgrade Rust toolchain to 2025-11-16 by @tautschnig in #4477 * Automatic toolchain upgrade to nightly-2025-11-18 by @github-actions[bot] in #4478 * Upgrade Rust toolchain to 2025-11-19 by @tautschnig in #4482 * Automatic toolchain upgrade to nightly-2025-11-20 by @github-actions[bot] in #4483 * Automatic cargo update to 2025-11-24 by @github-actions[bot] in #4487 * Bump tests/perf/s2n-quic from `cf77e2b` to `25d7f4e` by @dependabot[bot] in #4489 * Bump actions/checkout from 5 to 6 by @dependabot[bot] in #4488 * Automatic cargo update to 2025-12-01 by @github-actions[bot] in #4491 * Bump tests/perf/s2n-quic from `25d7f4e` to `77f104c` by @dependabot[bot] in #4492 * Automatic cargo update to 2025-12-08 by @github-actions[bot] in #4493 * Bump tests/perf/s2n-quic from `77f104c` to `1ac1364` by @dependabot[bot] in #4494 * docs: Correct `default-unwind` Cargo.toml examples by @hashcatHitman in #4496 * Automatic cargo update to 2025-12-15 by @github-actions[bot] in #4497 * Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in #4498 * Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #4499 * Bump tests/perf/s2n-quic from `1ac1364` to `8445d10` by @dependabot[bot] in #4500 * Bump mdbook version by @zhassan-aws in #4503 * Bump tests/perf/s2n-quic from `8445d10` to `112439c` by @dependabot[bot] in #4502 * Automatic cargo update to 2025-12-22 by @github-actions[bot] in #4501 * Bump tests/perf/s2n-quic from `112439c` to `dce0a3c` by @dependabot[bot] in #4506 * Automatic cargo update to 2025-12-29 by @github-actions[bot] in #4505 * Automatic cargo update to 2026-01-05 by @github-actions[bot] in #4508 * Add a section with recommended setup for Rust Analyzer by @zhassan-aws in #4504 * Automatic cargo update to 2026-01-12 by @github-actions[bot] in #4509 * Bump tests/perf/s2n-quic from `dce0a3c` to `058783f` by @dependabot[bot] in #4510 * Upgrade Rust toolchain to 2025-11-21 by @tautschnig in #4486 ## New Contributors * @hashcatHitman made their first contribution in #4496 **Full Changelog**: kani-0.66.0...kani-0.67.0 ``` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Co-authored-by: Michael Tautschnig <mt@debian.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
submodules
Pull requests that update Submodules code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps tests/perf/s2n-quic from
25d7f4eto77f104c.Commits
77f104cci: exculde dc from cargo timing job (#2903)be4d982Revert "chore(xdp): pin aya to prevent clippy/MSRV breakage (#2897)" (#2902)e845879build(deps): bump aws-actions/configure-aws-credentials from 5.1.0 to 5.1.1 (...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)