From 8df3dc65d4de61dfca5da1eabbfb6683302de37d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:21:02 +0000 Subject: [PATCH] build(deps): update rust crate libc to v0.2.156 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0aa78cb..4be4fd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ uom = { version = "0.36", features = ["autoconvert", "f32", "si"] } lazycell = "~1.3" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -libc = "^0.2.154" +libc = "^0.2.156" mach = { version = "^0.4.2", package = "mach2" } core-foundation = "~0.10.0" @@ -34,11 +34,11 @@ core-foundation = "~0.10.0" winapi = { version = "~0.3.9", features = ["impl-default", "devguid", "winbase", "ioapiset", "ntdef", "setupapi", "handleapi", "errhandlingapi", "winerror"] } [target.'cfg(any(target_os = "dragonfly", target_os = "freebsd"))'.dependencies] -libc = "~0.2.154" +libc = "~0.2.156" nix = { version = "~0.29.0", default-features = false, features = ["ioctl"] } [target.'cfg(target_os = "netbsd")'.dependencies] -libc = "~0.2.154" +libc = "~0.2.156" nix = { version = "~0.29.0", default-features = false, features = ["ioctl", "mman"] } plist = "~1.7.0"