From b74e7a720313fccf9aed7644fdd94a175a54f704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:54:52 +0000 Subject: [PATCH] Bump libc from 0.2.168 to 0.2.169 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.168 to 0.2.169. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]