From 12059a7313342402ba862d1bc4577deb6e49b03e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 23:14:09 +0000 Subject: [PATCH] Bump http from 0.1.20 to 0.1.21 Bumps [http](https://github.com/hyperium/http) from 0.1.20 to 0.1.21. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.1.21/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.1.20...v0.1.21) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18992afbd7d..9a1379f83c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2484,9 +2484,9 @@ dependencies = [ [[package]] name = "http" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2790658cddc82e82b08e25176c431d7015a0adeb1718498715cbd20138a0bf68" +checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" dependencies = [ "bytes", "fnv",