From 1b4cff5f4495f7476e1d54f827f6e35cfa90f24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:28:03 +0000 Subject: [PATCH] chore(cargo): bump the rust group across 1 directory with 7 updates Updates the requirements on [imageproc](https://github.com/image-rs/imageproc), [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](https://github.com/image-rs/imageproc/compare/v0.25.0...v0.26.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](https://github.com/rust-ndarray/ndarray/compare/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](https://github.com/awxkee/libblur/compare/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](https://github.com/cykooz/fast_image_resize/compare/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](https://github.com/RustAudio/cpal/compare/v0.16.0...v0.17.1) Updates `rubato` to 1.0.0 - [Release notes](https://github.com/HEnquist/rubato/releases) - [Commits](https://github.com/HEnquist/rubato/compare/v0.16.0...v1.0.0) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.26.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.0 dependency-type: direct:production dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 77be471..abdbe0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ colorous = "1.0" colorutils-rs = "0.7" palette = "0.7" image = "0.25" -imageproc = "0.25" +imageproc = "0.26" num-traits = "0.2" anyhow = "1.0" log = "0.4" @@ -42,7 +42,7 @@ rayon = "1.10" dashmap = "6.1" once_cell = "1.21" num_cpus = "1.17" -ndarray = { version = "0.16", optional = true } +ndarray = { version = "0.17", optional = true } rsmpeg = { git = "https://github.com/larksuite/rsmpeg", default-features = false } [dev-dependencies] @@ -50,20 +50,20 @@ libc = "0.2" camino = "1.1" chrono = "0.4" ringbuf = "0.4" -ctor = "0.5" +ctor = "0.6" tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter", "chrono"] } ab_glyph = "0.2" -libblur = "0.20" +libblur = "0.22" pic-scale = "0.6" -fast_image_resize = "5.1" +fast_image_resize = "6.0" histogram_equalization = "0.2" ## security & async futures = "0.3" tokio = { version = "1", features = ["full"] } ## sound & audio -cpal = "0.16" +cpal = "0.17" wavers = "1.5" -rubato = "0.16" +rubato = "1.0" dasp = { version = "0.11", features = ["all"] } rodio = { version = "0.21", features = ["symphonia-all", "tracing"] }