chore(deps): Bump tokio-stream from 0.1.10 to 0.1.11 (#5838)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.10...tokio-stream-0.1.11) --- 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> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
11900cea4d
commit
7202dddab6
|
@ -5213,9 +5213,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-stream"
|
||||
version = "0.1.10"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af"
|
||||
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
|
|
|
@ -25,6 +25,6 @@ prost = "0.11"
|
|||
rand = "0.8.3"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] }
|
||||
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread"] }
|
||||
tokio-stream = "0.1.10"
|
||||
tokio-stream = "0.1.11"
|
||||
thiserror = "1.0.37"
|
||||
tonic = { version = "0.8" }
|
||||
|
|
|
@ -53,4 +53,4 @@ bitflags = {version = "1.3.2"}
|
|||
once_cell = "1"
|
||||
paste = "1.0.9"
|
||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
|
||||
tokio-stream = {version = "0.1.10", default_features = false }
|
||||
tokio-stream = {version = "0.1.11", default_features = false }
|
||||
|
|
|
@ -47,7 +47,7 @@ pretty_assertions = "1.3.0"
|
|||
rand = "0.8.3"
|
||||
schema = { path = "../schema" }
|
||||
test_helpers = { version = "0.1.0", path = "../test_helpers", features = ["future_timeout"] }
|
||||
tokio-stream = { version = "0.1.10", default_features = false, features = [] }
|
||||
tokio-stream = { version = "0.1.11", default_features = false, features = [] }
|
||||
|
||||
[lib]
|
||||
# Allow --save-baseline to work
|
||||
|
|
Loading…
Reference in New Issue