diff options
-rw-r--r-- | Cargo.toml | 2 |
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" |