From fb681d6b863ef7d23a70a9dfd46616606c4bcfd8 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:56:57 +0000 Subject: [PATCH] Prepare rqbit binary itself to publish on crates.io --- crates/rqbit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rqbit/Cargo.toml b/crates/rqbit/Cargo.toml index 5dd23fd..110790e 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -30,7 +30,7 @@ pretty_env_logger = "0.4" regex = "1" futures = "0.3" parse_duration = "2" -reqwest = "*" +reqwest = "0.11" serde = {version = "1", features=["derive"]} serde_json = "1" size_format = "1"