chore(ci): bump actions/setup-python from 5 to 6#298
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
--- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
doublegate
added a commit
that referenced
this pull request
Jul 15, 2026
…tungstenite 0.30, +patches) (#305) * chore(deps): consolidate 6 Dependabot bumps (pollster 1.0, wide 1.5, tungstenite 0.30, +patches) Consolidate every open Dependabot version bump into one reviewed change, with the two major bumps (pollster, wide) and the coupled tungstenite pair verified against the actual code and gates rather than merged blind. Every bump landed with ZERO source changes required — each crate's public surface RustyNES uses is unchanged. Bumps (closes #298, #299, #300, #301, #302, #303): - pollster 0.4 -> 1.0 (#300): frontend, android, ios. Sole use is `pollster::block_on(...)` for the wgpu/Metal adapter+device init (3 call sites); the 1.0 API is unchanged there. Both 0.4 (transitive via wgpu) and 1.0 (our direct dep) coexist in the tree, which is fine. - wide 0.7 -> 1.5 (#301): the desktop `wide::u32x8` SIMD palette-index -> RGBA blitter (`gfx_blit.rs::blit_simd`; native-only, never in the wasm bundle). Pulls safe_arch 0.7 -> 1.0. The blitter's byte-identity gate (`gfx_blit::tests::simd_equals_scalar_byte_identical`) still passes, so the SIMD path stays bit-for-bit equal to scalar. - tungstenite 0.29 -> 0.30 + tokio-tungstenite 0.29 -> 0.30 (#302, #303): the netplay signaling WebSocket (blocking client + async server) and the mobile bridge's blocking server. Kept `default-features = false` + `handshake` + `rustls-tls-webpki-roots` (pure-rustls, no system OpenSSL, so aarch64-android cross-compile stays clean). The 0.30 API is unchanged for our usage, including the `MaybeTlsStream::Rustls(s).sock` internals access and `client_tls`/`IntoClientRequest`. New transitive TLS/nonce deps (chacha20 0.10, rand 0.10, const-oid 0.10) resolve cleanly; sha1 0.10.6 drops out. - bytemuck 1.25.0 -> 1.25.1, cc 1.2.66 -> 1.2.67 (#299 production group): patch bumps, lockfile only. - actions/setup-python v5 -> v6 (#298): the MkDocs step in web.yml. Verification (all green): - cargo check: frontend / netplay (netplay-client,signaling-server) / mobile. - cargo clippy -D warnings: frontend / netplay / mobile all clean. - cargo test: wide SIMD byte-identity (simd_equals_scalar_byte_identical) + the full netplay suite (81 + 16 + nat/relay loopbacks) all pass with 0.30. - cargo deny check: advisories / bans / licenses / sources all ok (new transitive deps included). - The `#![no_std]` core (cpu/ppu/apu/mappers) has none of these deps, so the deterministic engine and AccuracyCoin 141/141 are unaffected by construction. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs(deps): correct the pollster/bytemuck comment (review #305) Adopt the copilot review note: the "both are free transitive deps of wgpu" comment was inaccurate after the pollster 0.4 -> 1.0 bump. `bytemuck` is still a free direct dep (matches the wgpu-resolved version), but `pollster 1.0` is a NEW major distinct from the `pollster 0.4` that `rfd 0.17.2` still pulls transitively, so the two coexist as a temporary duplicate until rfd bumps to pollster 1.x. The comment now states the intentional 1.0 pin and the duplicate explicitly. No dependency or code change (comment only). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/github_actions/actions/setup-python-6
branch
July 15, 2026 00:23
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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 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)