build(deps): bump tokio-stream from 0.1.8 to 0.1.9 (#4573)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-14 13:22:34 +00:00 committed by GitHub
parent 8b60317be4
commit 96931cc4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -4810,14 +4810,14 @@ dependencies = [
[[package]] [[package]]
name = "tokio-stream" name = "tokio-stream"
version = "0.1.8" version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"pin-project-lite", "pin-project-lite",
"tokio", "tokio",
"tokio-util 0.6.9", "tokio-util 0.7.3",
] ]
[[package]] [[package]]

View File

@ -29,7 +29,7 @@ thiserror = "1.0.31"
futures = "0.3.21" futures = "0.3.21"
tokio = { version = "1.19.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio = { version = "1.19.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.8", features = ["sync", "time"] } tokio-stream = { version = "0.1.9", features = ["sync", "time"] }
tokio-util = { version = "0.7.3", features = ["codec"] } tokio-util = { version = "0.7.3", features = ["codec"] }
tower = { version = "0.4.12", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } tower = { version = "0.4.12", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }

View File

@ -122,7 +122,7 @@ semver = "1.0.10"
serde_json = { version = "1.0.81", features = ["preserve_order"] } serde_json = { version = "1.0.81", features = ["preserve_order"] }
tempfile = "3.3.0" tempfile = "3.3.0"
tokio = { version = "1.19.2", features = ["full", "test-util"] } tokio = { version = "1.19.2", features = ["full", "test-util"] }
tokio-stream = "0.1.8" tokio-stream = "0.1.9"
# test feature lightwalletd-grpc-tests # test feature lightwalletd-grpc-tests
prost = "0.10.4" prost = "0.10.4"