chore(deps): Bump tokio-stream from 0.1.11 to 0.1.12 (#7035)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.11...tokio-stream-0.1.12) --- 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> Co-authored-by: Dom <dom@itsallbroken.com>pull/24376/head
parent
49b9794869
commit
aa7d458a81
|
@ -5988,9 +5988,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-stream"
|
name = "tokio-stream"
|
||||||
version = "0.1.11"
|
version = "0.1.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
|
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
|
|
|
@ -23,7 +23,7 @@ prost = "0.11"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] }
|
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] }
|
||||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread"] }
|
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread"] }
|
||||||
tokio-stream = "0.1.11"
|
tokio-stream = "0.1.12"
|
||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
tonic = { version = "0.8" }
|
tonic = { version = "0.8" }
|
||||||
trace_http = { path = "../trace_http" }
|
trace_http = { path = "../trace_http" }
|
||||||
|
|
|
@ -57,4 +57,4 @@ assert_matches = "1.5.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
paste = "1.0.11"
|
paste = "1.0.11"
|
||||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
|
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
|
||||||
tokio-stream = {version = "0.1.11", default_features = false }
|
tokio-stream = {version = "0.1.12", default_features = false }
|
||||||
|
|
|
@ -57,7 +57,7 @@ pretty_assertions = "1.3.0"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
test_helpers = { version = "0.1.0", path = "../test_helpers", features = ["future_timeout"] }
|
test_helpers = { version = "0.1.0", path = "../test_helpers", features = ["future_timeout"] }
|
||||||
tokio-stream = { version = "0.1.11", default_features = false, features = [] }
|
tokio-stream = { version = "0.1.12", default_features = false, features = [] }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
# Allow --save-baseline to work
|
# Allow --save-baseline to work
|
||||||
|
|
Loading…
Reference in New Issue