diff --git a/Cargo.lock b/Cargo.lock index 189dab8f20..f2a017f13c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5988,9 +5988,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" +checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" dependencies = [ "futures-core", "pin-project-lite", diff --git a/influxdb_iox_client/Cargo.toml b/influxdb_iox_client/Cargo.toml index 04134cabd2..3888464872 100644 --- a/influxdb_iox_client/Cargo.toml +++ b/influxdb_iox_client/Cargo.toml @@ -23,7 +23,7 @@ prost = "0.11" rand = "0.8.3" reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] } 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" tonic = { version = "0.8" } trace_http = { path = "../trace_http" } diff --git a/ingester/Cargo.toml b/ingester/Cargo.toml index ff7c2e585b..b021a0f6d0 100644 --- a/ingester/Cargo.toml +++ b/ingester/Cargo.toml @@ -57,4 +57,4 @@ assert_matches = "1.5.0" lazy_static = "1.4.0" paste = "1.0.11" 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 } diff --git a/router/Cargo.toml b/router/Cargo.toml index 1afca7a9d4..0012bf10ab 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -57,7 +57,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.11", default_features = false, features = [] } +tokio-stream = { version = "0.1.12", default_features = false, features = [] } [lib] # Allow --save-baseline to work