From 227d6393983f7307c4a96788aaa8e0f0bf9f8bb8 Mon Sep 17 00:00:00 2001 From: Frederic Laing Date: Tue, 17 Mar 2026 08:23:50 +0100 Subject: [PATCH] Pin all dependencies to exact latest versions --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2d78b64..dc46440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,25 +27,25 @@ gstreamer-app = "0.25.0" gstreamer-video = "0.25.0" image = "0.25.10" chrono = "0.4.44" -ctrlc = "3.5" +ctrlc = "3.5.2" bytemuck = { version = "1.25.0", features = ["derive"] } dirs = "6.0.0" rqrr = "0.10.1" -rfd = "0.17" +rfd = "0.17.2" zbus = "5.14.0" # XDG portal integration for color-scheme detection on non-COSMIC desktops ashpd = { version = "0.13.7", default-features = false, features = ["tokio", "settings"] } uuid = { version = "1.22.0", features = ["v4"] } -clap = { version = "4.6", features = ["derive"] } -ratatui = "0.30" -crossterm = "0.29" +clap = { version = "4.6.0", features = ["derive"] } +ratatui = "0.30.0" +crossterm = "0.29.0" libc = "0.2.183" -dng = "1.5" -async-stream = "0.3" +dng = "1.5.4" +async-stream = "0.3.6" # Native libcamera bindings for direct camera access (bypasses GStreamer) libcamera = "0.7.0" -drm-fourcc = "2.2" -turbojpeg = { version = "1.3", default-features = false, features = ["cmake"] } +drm-fourcc = "2.2.0" +turbojpeg = { version = "1.4.0", default-features = false, features = ["cmake"] } [dependencies.libcosmic] git = "https://github.com/pop-os/libcosmic.git"