diff --git a/Cargo.lock b/Cargo.lock index dfeeeddf..9f63c503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3252,9 +3252,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.168" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index a3a26eeb..908d0801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ clap = { version = "4.5.23", default-features = false, features = ["std", "help" # Use 'tiny-skia' renderer in iced iced = { version = "0.13.1", default-features = false, features = ["tokio", "tiny-skia"] } rppal = "0.22.1" -libc = "0.2.168" +libc = "0.2.169" # Non-Raspberry Pi - use 'wgpu' renderer in iced [target.'cfg(not(any( all(target_arch = "aarch64", target_os = "linux"), target_arch = "arm" )))'.dependencies]