diff --git a/Cargo.lock b/Cargo.lock index 00bc741..52bf47a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3713,9 +3713,9 @@ checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" [[package]] name = "libc" -version = "0.2.183" +version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" [[package]] name = "libcamera" diff --git a/Cargo.toml b/Cargo.toml index fc35302..0b2b8a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ uuid = { version = "1.23.0", features = ["v4"] } clap = { version = "4.6.0", features = ["derive"] } ratatui = "0.30.0" crossterm = "0.29.0" -libc = "0.2.183" +libc = "0.2.184" dng = "1.5.4" async-stream = "0.3.6" # Native libcamera bindings for direct camera access (bypasses GStreamer)