From c2b6db25f797d471999baa3445737910c1704399 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 18 Dec 2021 15:07:08 -0500 Subject: [PATCH] bumped reqwest crate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64a335a..03bd306 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ license-file = "LICENSE" [dependencies] clap = "2.33.1" -reqwest = "0.9.24" colored = "1.9.3" config = "0.10.1" serde = { version = "1.0.111", features = ["derive"] } serde_derive = "1.0.111" -serde_json = "1.0.53" \ No newline at end of file +serde_json = "1.0.53" +reqwest = { version = "0.11.7", features = ["blocking", "json"] }