aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-17 08:10:37 -0400
committerGitHub <noreply@github.com>2021-05-17 08:10:37 -0400
commit3a1ae0bc57b3cb4f69ecdbcb4d8f53e0f50f7ab4 (patch)
tree4852296ba67b104a5f8a3637353d5cac189bf3c3
parent062aac090329ac03ca5e0842cac31eeadb02d4bc (diff)
downloadxesite-3a1ae0bc57b3cb4f69ecdbcb4d8f53e0f50f7ab4.tar.xz
xesite-3a1ae0bc57b3cb4f69ecdbcb4d8f53e0f50f7ab4.zip
Bump tokio-stream from 0.1.5 to 0.1.6 (#369)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.5...tokio-stream-0.1.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2945d6c..ccb5d1d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2106,9 +2106,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
-version = "0.1.5"
+version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e177a5d8c3bf36de9ebe6d58537d8879e964332f93fb3339e43f618c81361af0"
+checksum = "f8864d706fdb3cc0843a49647ac892720dac98a6eeb818b77190592cf4994066"
dependencies = [
"futures-core",
"pin-project-lite",