From f1251e1f14e60c81ff1a18b4303f62ab0af1dbda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:30:25 +0000 Subject: [PATCH] build(deps): update rust crate libc to v0.2.161 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c36ce9..51daa99 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.160" +libc = "^0.2.161" 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.160" +libc = "~0.2.161" nix = { version = "~0.29.0", default-features = false, features = ["ioctl"] } [target.'cfg(target_os = "netbsd")'.dependencies] -libc = "~0.2.160" +libc = "~0.2.161" nix = { version = "~0.29.0", default-features = false, features = ["ioctl", "mman"] } plist = "~1.7.0"