Skip to content

Commit 28f5bbe

Browse files
build(deps): update rust crate libc to v0.2.181
1 parent 00ba3f0 commit 28f5bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ uom = { version = "0.37", features = ["autoconvert", "f32", "si"] }
2626
lazycell = "~1.3"
2727

2828
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
29-
libc = "^0.2.180"
29+
libc = "^0.2.181"
3030
mach = { version = "^0.6.0", package = "mach2" }
3131
core-foundation = "~0.10.1"
3232

@@ -46,11 +46,11 @@ features = [
4646
]
4747

4848
[target.'cfg(any(target_os = "dragonfly", target_os = "freebsd"))'.dependencies]
49-
libc = "~0.2.180"
49+
libc = "~0.2.181"
5050
nix = { version = "~0.31.1", default-features = false, features = ["ioctl"] }
5151

5252
[target.'cfg(target_os = "netbsd")'.dependencies]
53-
libc = "~0.2.180"
53+
libc = "~0.2.181"
5454
nix = { version = "~0.31.1", default-features = false, features = ["ioctl", "mman"] }
5555
plist = "~1.8.0"
5656

0 commit comments

Comments
 (0)