aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-21 08:28:00 -0400
committerGitHub <noreply@github.com>2020-07-21 08:28:00 -0400
commitf9e20750dc743dfb79268fc5e7c6baa1c774030a (patch)
treea53739d4445d9bb9853d3c31f29f505bf0351265
parent85116463d5b0d4173571de3c0eae3349e225a22b (diff)
downloadxesite-f9e20750dc743dfb79268fc5e7c6baa1c774030a.tar.xz
xesite-f9e20750dc743dfb79268fc5e7c6baa1c774030a.zip
build(deps): bump warp from 0.2.3 to 0.2.4 (#184)
Bumps [warp](https://github.com/seanmonstar/warp) from 0.2.3 to 0.2.4. - [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.2.3...v0.2.4) 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.lock16
1 files changed, 14 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5665c28..c159d6f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2176,6 +2176,16 @@ dependencies = [
]
[[package]]
+name = "tracing-futures"
+version = "0.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
+dependencies = [
+ "pin-project",
+ "tracing",
+]
+
+[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2373,9 +2383,9 @@ dependencies = [
[[package]]
name = "warp"
-version = "0.2.3"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0e95175b7a927258ecbb816bdada3cc469cb68593e7940b96a60f4af366a9970"
+checksum = "df341dee97c9ae29dfa5e0b0fbbbf620e0d6a36686389bedf83b3daeb8b0d0ac"
dependencies = [
"bytes",
"futures",
@@ -2394,6 +2404,8 @@ dependencies = [
"tokio",
"tokio-tungstenite",
"tower-service",
+ "tracing",
+ "tracing-futures",
"urlencoding",
]