build(deps): bump tokio-stream from 0.1.9 to 0.1.10 (#5197)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.9...tokio-stream-0.1.10) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
11e505b313
commit
c3d24e4354
|
@ -4946,9 +4946,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-stream"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
||||
checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
|
|
|
@ -31,7 +31,7 @@ thiserror = "1.0.35"
|
|||
|
||||
futures = "0.3.24"
|
||||
tokio = { version = "1.21.1", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||
tokio-stream = { version = "0.1.9", features = ["sync", "time"] }
|
||||
tokio-stream = { version = "0.1.10", features = ["sync", "time"] }
|
||||
tokio-util = { version = "0.7.4", features = ["codec"] }
|
||||
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ hyper = { version = "0.14.20", features = ["http1", "http2", "server"]}
|
|||
reqwest = "0.11.11"
|
||||
|
||||
tokio = { version = "1.21.1", features = ["full", "tracing", "test-util"] }
|
||||
tokio-stream = "0.1.9"
|
||||
tokio-stream = "0.1.10"
|
||||
|
||||
# test feature lightwalletd-grpc-tests
|
||||
prost = "0.11.0"
|
||||
|
|
Loading…
Reference in New Issue