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"] }