summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dürr <102963075+cd-work@users.noreply.github.com>2022-12-09 02:29:10 +0000
committerGitHub <noreply@github.com>2022-12-08 21:29:10 -0500
commit9daf6e197a642a88d79614fb53888b5bb954463a (patch)
tree825ca5575d26eac5ec68bfedda89bb87b0d4a169
parenta9d2154110e212bfc4ed26008a948b9209212b6d (diff)
chore: remove exact version constraint from libc (#16955)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5bed678fa..de0ceafbb 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"