From 23453bbabefd6612a8c4795820ec8696a3aee242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 10:02:41 +0000 Subject: [PATCH] Bump http-client from 6.4.1 to 6.5.1 Bumps [http-client](https://github.com/http-rs/http-client) from 6.4.1 to 6.5.1. - [Release notes](https://github.com/http-rs/http-client/releases) - [Changelog](https://github.com/http-rs/http-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/http-rs/http-client/compare/v6.4.1...v6.5.1) --- updated-dependencies: - dependency-name: http-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b254fcb7..c6bea6f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,9 +1130,9 @@ dependencies = [ [[package]] name = "http-client" -version = "6.4.1" +version = "6.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce318d86a47d18d1db645c979214f809a6cd625202ad334ef75ca813b30dac80" +checksum = "ea880b03c18a7e981d7fb3608b8904a98425d53c440758fcebf7d934aa56547c" dependencies = [ "async-h1", "async-native-tls",