From 7da4913172b9328b6aa9e8130e20f67ebb799949 Mon Sep 17 00:00:00 2001 From: Colton Donnelly Date: Tue, 5 Jan 2021 16:32:50 -0500 Subject: [PATCH 1/2] fix #1433 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 260da31f6..d960ed041 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.71" [target.'cfg(windows)'.dependencies] miow = "0.3.6" From c8fa6a7921234f443b70f18cf0232578ac1275c8 Mon Sep 17 00:00:00 2001 From: Colton Donnelly Date: Fri, 8 Jan 2021 09:55:18 -0500 Subject: [PATCH 2/2] update to libc 0.2.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d960ed041..20f3af38a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ net = [] log = "0.4.8" [target.'cfg(unix)'.dependencies] -libc = "0.2.71" +libc = "0.2.82" [target.'cfg(windows)'.dependencies] miow = "0.3.6"