From 5992354ff3fb96f6d5f2ce9e430a06526837d36a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 07:08:02 +0000 Subject: [PATCH] Update warp requirement from 0.1.20 to 0.2.2 Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.1.20...v0.2.2) Signed-off-by: dependabot-preview[bot] --- examples/servers/warp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/servers/warp/Cargo.toml b/examples/servers/warp/Cargo.toml index 883f245..84aa3dd 100644 --- a/examples/servers/warp/Cargo.toml +++ b/examples/servers/warp/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -warp = "0.1.20" +warp = "0.2.2"