From 9daf6e197a642a88d79614fb53888b5bb954463a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20D=C3=BCrr?= <102963075+cd-work@users.noreply.github.com> Date: Fri, 9 Dec 2022 02:29:10 +0000 Subject: [PATCH] chore: remove exact version constraint from libc (#16955) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bed678fa8..de0ceafbbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ flate2 = "=1.0.24" futures = "0.3.21" http = "=0.2.8" hyper = "0.14.18" -libc = "=0.2.126" +libc = "0.2.126" log = "=0.4.17" lzzzz = "1.0" notify = "=5.0.0"