chore(cargo): bump the rust group across 1 directory with 8 updates#52
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(cargo): bump the rust group across 1 directory with 8 updates#52dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [imageproc](https://github.com/image-rs/imageproc), [rand](https://github.com/rust-random/rand), [ndarray](https://github.com/rust-ndarray/ndarray), [ctor](https://github.com/mmastrac/rust-ctor), [libblur](https://github.com/awxkee/libblur), [fast_image_resize](https://github.com/cykooz/fast_image_resize), [cpal](https://github.com/RustAudio/cpal) and [rubato](https://github.com/HEnquist/rubato) to permit the latest version. Updates `imageproc` to 0.26.0 - [Release notes](https://github.com/image-rs/imageproc/releases) - [Changelog](https://github.com/image-rs/imageproc/blob/main/CHANGELOG.md) - [Commits](image-rs/imageproc@v0.25.0...v0.26.0) Updates `rand` to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...0.10.0) Updates `ndarray` to 0.17.2 - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@ndarray-rand-0.16.0...0.17.2) Updates `ctor` to 0.6.3 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `libblur` to 0.22.0 - [Release notes](https://github.com/awxkee/libblur/releases) - [Commits](awxkee/libblur@0.20.0...0.22.0) Updates `fast_image_resize` to 6.0.0 - [Release notes](https://github.com/cykooz/fast_image_resize/releases) - [Changelog](https://github.com/Cykooz/fast_image_resize/blob/main/CHANGELOG.md) - [Commits](Cykooz/fast_image_resize@v5.1.0...v6.0.0) Updates `cpal` to 0.17.1 - [Release notes](https://github.com/RustAudio/cpal/releases) - [Changelog](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md) - [Commits](RustAudio/cpal@v0.16.0...v0.17.1) Updates `rubato` to 1.0.1 - [Release notes](https://github.com/HEnquist/rubato/releases) - [Commits](HEnquist/rubato@v0.16.0...v1.0.1) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.26.0 dependency-type: direct:production dependency-group: rust - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production dependency-group: rust - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production dependency-group: rust - dependency-name: ctor dependency-version: 0.6.3 dependency-type: direct:production dependency-group: rust - dependency-name: libblur dependency-version: 0.22.0 dependency-type: direct:production dependency-group: rust - dependency-name: fast_image_resize dependency-version: 6.0.0 dependency-type: direct:production dependency-group: rust - dependency-name: cpal dependency-version: 0.17.1 dependency-type: direct:production dependency-group: rust - dependency-name: rubato dependency-version: 1.0.1 dependency-type: direct:production dependency-group: rust ... 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 |
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.
Updates the requirements on imageproc, rand, ndarray, ctor, libblur, fast_image_resize, cpal and rubato to permit the latest version.
Updates
imageprocto 0.26.0Release notes
Sourced from imageproc's releases.
Changelog
Sourced from imageproc's changelog.
... (truncated)
Commits
486aa4cadd changelog for v0.26.0 (#753)f6c1d03specify fft crate name exactlyb92ae70update readme (#752)a31587ause actionlint action (#751)a139057refactor github-workflows (#750)5f36553ci: lock nightly version for sanitizers (#749)d5d4ae3MSRV v1.87 / 2024 Edition /nalgebrav0.34 (#748)496bd44fix and speed up miri (#747)0f77e9eMake external dependencies optional (#736)4a45a7efix integration tests (#739)Updates
randto 0.10.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
acc5f24Prepare v0.10.0 releases (#1729)95c5165Add fn rand::make_rng (#1734)146da58CHANGELOG: add PR links (#1738)8cacd6dREADME tweaks (#1737)28e3df8Update chacha20: use ChaChaCore directly; remove bytes_until_reseed field (#1...03db311Replace fn reseed_and_generate with try_to_reseedb14483eApply inline attr to fn generatefda8f74Remove bytes_until_reseed field213bb3bBump chacha20 to 0.10.0-rc.1172afe1eMinor tweaks; prepare v0.10.0-rc.9 (#1736)Updates
ndarrayto 0.17.2Changelog
Sourced from ndarray's changelog.
... (truncated)
Commits
2cf23d6chore: Release1eb4559Remove most version specifiers inREADME(#1573)59c1ce0Craft a release log for 0.17.2 (#1572)6fd0a9dClean up clippy allows and unnecessary borrows (#1571)8adf5d8Revert #1563 and #1567 to prepare for patch release (#1570)953f2e9Move LayoutBitset to its own module (#1567)6e02f15Configure docs for feature gates globally (#1565)d573745Rename Layout to LayoutBitset (#1563)13a8963Add PartialEq implementations between ArrayRef and ArrayBase (#1557)e039158Add additional commits to ignore on git blame (#1562)Updates
ctorto 0.6.3Commits
Updates
libblurto 0.22.0Release notes
Sourced from libblur's releases.
Commits
8ab97d4Merge pull request #83 from awxkee/new_fft2da98a5Better 2D FFT kernel transform,faster padding for some cases0008c3eMerge remote-tracking branch 'origin/new_fft' into new_fft3a24bfbMerge pull request #82 from awxkee/new_fft4627ba9New FFT backendd87d5cbNew FFT3454218New FFTb7c2f4eNew FFTe4b773cMerge pull request #81 from awxkee/f165c8abf9Better complex multiplicationUpdates
fast_image_resizeto 6.0.0Release notes
Sourced from fast_image_resize's releases.
Changelog
Sourced from fast_image_resize's changelog.
... (truncated)
Commits
a563fb6chore: Releasedbcef13Improved the note in the changelog.482c750Improved the note in the changelog.b075157Improved the note in the changelog.2772f93Release 5.6 was yanked. Prepare to release 6.0.01889ecchore: Releasefd203b6Corrected position ofdocument-featuresdependency in Cargo.toml.abf8d8aAddedno_stdkeyword to Cargo.tomlb2dda5eAdded GitHub Action to test of building documentation for docs.rs8b25261Fixedcompatmodule.Updates
cpalto 0.17.1Release notes
Sourced from cpal's releases.
Changelog
Sourced from cpal's changelog.
... (truncated)
Commits
ddad8bcchore: prepare cpal v0.17.1 and asio-sys v0.2.5 release (#1090)17a2abdfix(asio-sys): case-insensitive ASIO SDK discovery (#1082)38e3b09fix(wasm): wasm-bindgen break (#1086)7ec4e88ci: check default/no-default/all feature sets with platform-dependent MSRV fo...c6e2461Fix AudioWorklet example (#1088)1162be5chore(jack): bump MSRV to 1.82271a17adocs: fix Discord invite linkseb213b4refactor(alsa): handle more open errorse845974fix(alsa): avoid poisoning during enumerationfe9ef97fix(alsa): treat NULL ALSA IOID as DuplexUpdates
rubatoto 1.0.1Release notes
Sourced from rubato's releases.
Commits
f1207d1Merge pull request #118 from HEnquist/patch101582018dUpdate the length calce88a6dcBump version, tweak readmefd5ad9bFix process all len calc2cc6bdbMerge pull request #112 from casey/re-export-audioadapter-crateba1a8f6Merge pull request #114 from casey/dont-return-input-lencf4f679Merge pull request #115 from HEnquist/clippy-all-targets1d22388Fix too precise f32 constants1a2fd9fRun clippy on all targets4aec92bMerge pull request #113 from casey/clippyDependabot 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