From 0cde8fb7b30d4abca9b0bdf6aeee6c8156ff10d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 08:31:43 +0000 Subject: [PATCH] Bump warp from 0.1.19 to 0.1.22 Bumps [warp](https://github.com/seanmonstar/warp) from 0.1.19 to 0.1.22. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/v0.1.22/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.1.19...v0.1.22) 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 9a1379f83c6..342f19667d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6232,9 +6232,9 @@ dependencies = [ [[package]] name = "warp" -version = "0.1.19" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33857527c63bc514452f885d0a57019f28139c58fef2b3566016ecc0d44e5d24" +checksum = "99b53196ba54e91e31ba1e90309a31053218cc1d4697f6e48f7c7e3d255e64fc" dependencies = [ "bytes", "futures",