From 18df2d3b154d24b83f6cc7b30873420f1e0a3f79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:16:02 +0000 Subject: [PATCH] build(deps): update rust crate libc to v0.2.160 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c12720..3c36ce9 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.159" +libc = "^0.2.160" mach = { version = "^0.4.2", package = "mach2" } core-foundation = "~0.10.0" @@ -46,11 +46,11 @@ features = [ ] [target.'cfg(any(target_os = "dragonfly", target_os = "freebsd"))'.dependencies] -libc = "~0.2.159" +libc = "~0.2.160" nix = { version = "~0.29.0", default-features = false, features = ["ioctl"] } [target.'cfg(target_os = "netbsd")'.dependencies] -libc = "~0.2.159" +libc = "~0.2.160" nix = { version = "~0.29.0", default-features = false, features = ["ioctl", "mman"] } plist = "~1.7.0"