From 36db5e64a0ff22b943facba757afc7ad2dd41c21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 02:05:39 +0000 Subject: [PATCH] build(deps): update rust crate libc to v0.2.157 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 142fa79..2b0fffb 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.156" +libc = "^0.2.157" 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.156" +libc = "~0.2.157" nix = { version = "~0.29.0", default-features = false, features = ["ioctl"] } [target.'cfg(target_os = "netbsd")'.dependencies] -libc = "~0.2.156" +libc = "~0.2.157" nix = { version = "~0.29.0", default-features = false, features = ["ioctl", "mman"] } plist = "~1.7.0"