summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-09-27 00:32:26 +0000
committerGitHub <noreply@github.com>2022-09-27 00:32:26 +0000
commit5db70b6ac8ad0803ce2abcd7ff4ebabd22c58371 (patch)
tree5ca3f36b230709e1bc7d5fa5822a17d30c6e1eb4
parent7aaf808e0b1cc1f6d885e4b99ae22247c760548b (diff)
parent5ae4f8299e7c3ac38fd7c7cb4d05b1fe7402be86 (diff)
downloadnix-5db70b6ac8ad0803ce2abcd7ff4ebabd22c58371.zip
Merge #1828
1828: bump libc to 0.2.133 r=rtzoeller a=SteveLauC Bump `libc` so that `setgrent/getgrent/endgrent` are available on fuchsia, and thus the CI failure in #1820 will be resolved Co-authored-by: Steve Lau <stevelauc@outlook.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0f3934c..240a3f0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ targets = [
]
[dependencies]
-libc = { version = "0.2.127", features = [ "extra_traits" ] }
+libc = { version = "0.2.133", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }