Bump tokio-stream from 0.1.12 to 0.1.14 (#32486)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md) - [Commits](tokio-rs/tokio@46f974d8cfcb56c251d80cf1dc4a6bcf9fd1d7a0...398dfda56d3ee4b0d4d9e86abe15039e86979d83) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com> Signed-off-by: Illia Bobyr <illia.bobyr@solana.com>
This commit is contained in:
parent
b81678fd6e
commit
124b5b0996
|
@ -8056,9 +8056,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-stream"
|
||||
version = "0.1.12"
|
||||
version = "0.1.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
||||
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
|
|
|
@ -388,7 +388,7 @@ thiserror = "1.0.43"
|
|||
tiny-bip39 = "0.8.2"
|
||||
tokio = "1.29.1"
|
||||
tokio-serde = "0.8"
|
||||
tokio-stream = "0.1.12"
|
||||
tokio-stream = "0.1.14"
|
||||
tokio-tungstenite = "0.17.2"
|
||||
tokio-util = "0.6"
|
||||
tonic = "0.8.3"
|
||||
|
|
|
@ -6986,9 +6986,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-stream"
|
||||
version = "0.1.12"
|
||||
version = "0.1.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
||||
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
|
|
Loading…
Reference in New Issue