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"