Bump tokio-stream from 0.1.6 to 0.1.7

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.6...tokio-stream-0.1.7)

---
updated-dependencies:
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-08 04:17:21 +00:00
committed by Henrik Friedrichsen
parent eb1bbeb623
commit c0240d8fcf
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ rspotify = { version = "0.10.0", features = ["blocking"] }
serde = "1.0"
serde_json = "1.0"
tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] }
tokio-stream = "0.1.5"
tokio-stream = "0.1.7"
toml = "0.5"
unicode-width = "0.1.8"
dbus = { version = "0.9.3", optional = true }