From 248795647ff964ab69670f9c29e90336d61d60c3 Mon Sep 17 00:00:00 2001 From: Colton Donnelly Date: Fri, 8 Jan 2021 07:05:48 -0800 Subject: [PATCH] Update libc dependency on unix to v0.2.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 260da31f6..20f3af38a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ net = [] log = "0.4.8" [target.'cfg(unix)'.dependencies] -libc = "0.2.69" +libc = "0.2.82" [target.'cfg(windows)'.dependencies] miow = "0.3.6"