Skip to content

Commit 5b55f55

Browse files
committed
Update to libc 0.2.78.
1 parent cd37f25 commit 5b55f55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rand = "0.7.3"
2626
tempfile = "3.1.0"
2727

2828
[target.'cfg(not(windows))'.dev-dependencies]
29-
libc = "0.2.77"
29+
libc = "0.2.78"
3030

3131
[target.'cfg(windows)'.dev-dependencies]
3232
# nt_version uses internal Windows APIs, however we're only using it

cap-directories/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cap-std = { path = "../cap-std", version = "^0.4.1-alpha.0"}
1818
directories = "3.0.1"
1919

2020
[target.'cfg(not(windows))'.dependencies]
21-
libc = "0.2.77"
21+
libc = "0.2.78"
2222

2323
[target.'cfg(windows)'.dependencies]
2424
winapi = "0.3.9"

cap-primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fs-set-times = "0.2.0"
2020

2121
[target.'cfg(not(windows))'.dependencies]
2222
posish = "0.3.0"
23-
libc = "0.2.77"
23+
libc = "0.2.78"
2424

2525
[target.'cfg(target_os = "linux")'.dependencies]
2626
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)