Skip to content

Commit

Permalink
build(deps): update rust crate libc to v0.2.166
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 58ad2c2 commit 79bdc3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.164"
libc = "^0.2.166"
mach = { version = "^0.4.2", package = "mach2" }
core-foundation = "~0.10.0"

Expand All @@ -46,11 +46,11 @@ features = [
]

[target.'cfg(any(target_os = "dragonfly", target_os = "freebsd"))'.dependencies]
libc = "~0.2.164"
libc = "~0.2.166"
nix = { version = "~0.29.0", default-features = false, features = ["ioctl"] }

[target.'cfg(target_os = "netbsd")'.dependencies]
libc = "~0.2.164"
libc = "~0.2.166"
nix = { version = "~0.29.0", default-features = false, features = ["ioctl", "mman"] }
plist = "~1.7.0"

Expand Down

0 comments on commit 79bdc3d

Please sign in to comment.