From 6a46b49003a16081d45d3b7e97ec8a6c08ecd375 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@gmail.com> Date: Tue, 12 Jan 2021 14:48:01 +0100 Subject: [PATCH] Bind dependencies to later versions --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 876d42e..b0051c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ license = "GPL-3.0" publish = false [dependencies] -libc = "*" -threadpool = "*" -bytes = "*" +libc = "0.2" +threadpool = "1.8" +bytes = "1.0" [dependencies.clap] -version = "*" +version = "2.33.3" default-features = false \ No newline at end of file -- GitLab