From b5e7f813d7ad210cc0706c73a4318286626db3a1 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 9 May 2023 19:23:06 +0300 Subject: [PATCH] fix reqwest error and bump to version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce99ca3..789b995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = {version="*",features=["json"]} +reqwest = {version="0.11.17",features=["json"]} tokio = {version="*",features=["full"]} serde = {version="*",features=["derive"]} handlebars = { version = "4.3.6", features = ["dir_source"] }