Bump warp from 0.3.0 to 0.3.1

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[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-25 05:42:12 +00:00 committed by Naim A
parent 803e290279
commit a45f486313

5
Cargo.lock generated
View file

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