diff --git a/Cargo.lock b/Cargo.lock index fc77cb09..2d2fa6bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3193,9 +3193,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.164" +version = "0.2.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e" [[package]] name = "libloading" @@ -3214,7 +3214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 98c7dc52..4634e18a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ clap = { version = "4.5.21", 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.19.0" -libc = "0.2.164" +libc = "0.2.165" # Non-Raspberry Pi - use 'wgpu' renderer in iced [target.'cfg(not(any( all(target_arch = "aarch64", target_os = "linux"), target_arch = "arm" )))'.dependencies]