Skip to content

Commit 95b099f

Browse files
build(deps): update rust crate libc to v0.2.171
1 parent 7c163a3 commit 95b099f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ uom = { version = "0.36", features = ["autoconvert", "f32", "si"] }
2626
lazycell = "~1.3"
2727

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

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

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

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

0 commit comments

Comments
 (0)