chore(rust): bump the cargo group across 1 directory with 5 updates - #6
Merged
Merged
Conversation
Bumps the cargo group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.104` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.4.1` | `2.5.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.185` | `0.2.189` | | [rodio](https://github.com/RustAudio/rodio) | `0.21.1` | `0.22.2` | | [gif](https://github.com/image-rs/image-gif) | `0.13.3` | `0.14.2` | Updates `anyhow` from 1.0.102 to 1.0.104 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.104) Updates `fastrand` from 2.4.1 to 2.5.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.4.1...v2.5.0) Updates `libc` from 0.2.185 to 0.2.189 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.185...0.2.189) Updates `rodio` from 0.21.1 to 0.22.2 - [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md) - [Commits](RustAudio/rodio@v0.21.1...v0.22.2) Updates `gif` from 0.13.3 to 0.14.2 - [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md) - [Commits](image-rs/image-gif@v0.13.3...v0.14.2) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: fastrand dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rodio dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: gif dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
|
stephenlclarke
approved these changes
Jul 25, 2026
stephenlclarke
left a comment
Owner
There was a problem hiding this comment.
Validated the Rodio 0.22 compatibility update: formatting, all targets tests, and GitHub checks pass.
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.



Bumps the cargo group with 5 updates in the / directory:
1.0.1021.0.1042.4.12.5.00.2.1850.2.1890.21.10.22.20.13.30.14.2Updates
anyhowfrom 1.0.102 to 1.0.104Release notes
Sourced from anyhow's releases.
Commits
1dbe186Release 1.0.104f6479f8Update to syn 35bdb0e2Release 1.0.103e621bd3Merge pull request #452 from dtolnay/downcast6e8c000Eliminate pointer->reference->pointer during downcast67c4abdAdd regression test for issue 451917a169Update actions/upload-artifact@v6 -> v7d9dc3faUpdate actions/checkout@v6 -> v7841522bRaise minimum tested compiler to rust 1.85Updates
fastrandfrom 2.4.1 to 2.5.0Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
7a1cc2cRelease 2.5.00c8cc7eBump getrandom to 0.4 (#131)6c4e800chore: fix grammatical errors in documentation comments (#119)9013cd4Update some URLs in Readme (#127)Updates
libcfrom 0.2.185 to 0.2.189Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ef0906elibc: Release 0.2.1895a79f76riscv32-musl: Rename padding fields to avoid a conflict3e51062psp: Fixoverflowing_literalswarningse352fddemscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessa...63221b3macros: Requiresafeinsafe_f!invocations707ab52macros: Requireunsafeinf!invocations8e40c94Enable clone3() syscall on sparc-linux and sparc64-linux8427909windows: Add back link names fortime-related symbolsb4863fanuttx: fix wchar_t definition under arm41c683dnuttx: mirror type definitionsUpdates
rodiofrom 0.21.1 to 0.22.2Changelog
Sourced from rodio's changelog.
... (truncated)
Commits
a352fb5Release 0.22.284aafdcUpdate CHANGELOG.md for 0.22.2 releaseb96b2afMerge pull request #862 from RustAudio/filter-out-null54a99a8filter out null in sink fallback1a659cbdocument default buffer size/latency338d0d8better-limit-buffersizecdbbebaMerge pull request #861 from RustAudio/microphone-fixedsourceb1fcf7bMicrophone implements FixedSourcef41bc47Merge pull request #856 from RustAudio/default-buffer-size5c519ceMerge pull request #858 from Keinsleif/fix/seek_on_skip_durationUpdates
giffrom 0.13.3 to 0.14.2Changelog
Sourced from gif's changelog.
Commits
a0127e2Merge pull request #229 from image-rs/release-0.14.210793cfRelease notes for 0.14.25116dcdMerge pull request #228 from davidalecrim1/fix-empty-extension-sub-blockf0f52cbFix empty sub-block terminator in extension parsingc1a6c4fMerge pull request #227 from image-rs/release-0.14.107c0409Changelog and notes for 0.14.1a603ed1Merge pull request #226 from image-rs/current-frame-info090e0b9Add Decoder::current_frame_info9d292ebMerge pull request #224 from Muccarini/flatten_transparent_pixelsd1dea3dMerge pull request #223 from Shnatsel/encode-la8Dependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions