aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-02 20:39:30 -0400
committerGitHub <noreply@github.com>2021-04-02 20:39:30 -0400
commit761c4efc4831b11d58ccc37b28c479ff625675b8 (patch)
treed2d397e778e7fd60dfc2bdb45d62c67164b3cb5e
parent06beea8d3bffddb5689e43ca333266361644b7ba (diff)
downloadxesite-761c4efc4831b11d58ccc37b28c479ff625675b8.tar.xz
xesite-761c4efc4831b11d58ccc37b28c479ff625675b8.zip
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>
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 11b6a9d..82b23a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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]]