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]