build(deps): bump warp from 0.3.0 to 0.3.1 (#350)

Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.0 to 0.3.1.
- [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.3.0...v0.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-02 20:39:30 -04:00 committed by GitHub
parent 06beea8d3b
commit 761c4efc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2360,9 +2360,9 @@ dependencies = [
[[package]]
name = "warp"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dafd0aac2818a94a34df0df1100a7356c493d8ede4393875fd0b5c51bb6bc80"
checksum = "332d47745e9a0c38636dbd454729b147d16bd1ed08ae67b3ab281c4506771054"
dependencies = [
"bytes",
"futures",
@ -2385,7 +2385,6 @@ dependencies = [
"tokio-util",
"tower-service",
"tracing",
"tracing-futures",
]
[[package]]