Skip to content

Commit

Permalink
build(deps): update rust crate libc to v0.2.157
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent 7527daa commit 36db5e6
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,19 +26,19 @@ 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"

[target.'cfg(target_os = "windows")'.dependencies]
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"

Expand Down

0 comments on commit 36db5e6

Please sign in to comment.