From c08f0edcb8da6a78a8e9edcf3eaa14e633bf0e91 Mon Sep 17 00:00:00 2001 From: Lorenz Leitner Date: Mon, 11 Oct 2021 18:25:43 +0200 Subject: Rename wa, change anyhow version, make reqwest dependency more specific Due to MR comments Are you happy now audron? --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1f31a40..da32799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.5" -anyhow = "1.0.44" +anyhow = "1" futures = "0.3" tokio = { version = "1.5.0", features = ["full", "rt-multi-thread"] } @@ -30,7 +30,7 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" -reqwest = "0.11" +reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "gzip"] } [dev-dependencies] mockito = "0.30.0" -- cgit v1.2.3