summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndre Nathan <andre@digirati.com.br>2020-03-17 17:43:21 -0300
committerAndre Nathan <andre@digirati.com.br>2020-03-17 17:43:21 -0300
commit08be41eccfffb42b93946d0a46849a43f8f128b0 (patch)
treeaeff6b0b8bfcff9ed9a4079806cab08102279ae0 /Cargo.toml
parent5c3fbbbdf129d714c98ce45fb96f96ada1f5522a (diff)
downloadnix-08be41eccfffb42b93946d0a46849a43f8f128b0.zip
Update libc to 0.2.68
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7327987b..9d4711f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
]
[dependencies]
-libc = { version = "0.2.60", features = [ "extra_traits" ] }
+libc = { version = "0.2.68", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "0.1.10"
void = "1.0.2"