From 95cffc5f0eb4b5ae33e192a8fc1ca0adf8923d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 26 May 2022 19:07:17 +0200 Subject: [PATCH] dependencies: Update isahc to 1.7.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b60c2b8..5b98d66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,9 +437,9 @@ dependencies = [ [[package]] name = "isahc" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "480d9158c9977bff0bc024a11dcad04efcd3955c1e55301092b13fc439d41720" +checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" dependencies = [ "async-channel", "castaway", diff --git a/Cargo.toml b/Cargo.toml index aa0411c..cd8059e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ version = "=0.8.24" version = "=1.0.81" [dependencies.isahc] -version = "=1.7.1" +version = "=1.7.2" features = ["json"] [dependencies.parse_link_header]