From 9fb5561271aa42605ea359c81bb14c74a04856ae Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Tue, 5 Jan 2021 21:26:50 +0100 Subject: [PATCH] bump reqwest to 0.11 (tokio 1.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89a0eed..c65619c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,6 @@ rustls = ["reqwest/rustls-tls"] all-features = true [dependencies.reqwest] -version = "0.10" +version = "0.11" default-features = false features = ["blocking", "json"]