From e4e49176f8271cfa5d03238a7ac703885b02e612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 15:56:04 +0000 Subject: [PATCH] build(deps): bump tokio-stream from 0.1.3 to 0.1.4 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.3...tokio-stream-0.1.4) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/coord/Cargo.toml | 2 +- src/materialized/Cargo.toml | 2 +- src/pgwire/Cargo.toml | 2 +- src/testdrive/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 768520625b96..eb8d763f6b1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4437,9 +4437,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1981ad97df782ab506a1f43bf82c967326960d278acf3bf8279809648c3ff3ea" +checksum = "c535f53c0cfa1acace62995a8994fc9cc1f12d202420da96ff306ee24d576469" dependencies = [ "futures-core", "pin-project-lite", diff --git a/src/coord/Cargo.toml b/src/coord/Cargo.toml index e4931548db6e..cb4aa3f389c1 100644 --- a/src/coord/Cargo.toml +++ b/src/coord/Cargo.toml @@ -45,7 +45,7 @@ symbiosis = { path = "../symbiosis" } timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } tokio = "1.3.0" tokio-postgres = "0.7" -tokio-stream = "0.1.3" +tokio-stream = "0.1.4" transform = { path = "../transform" } unicase = "2.6.0" url = "2.2.1" diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index 73b0d235dbad..ea12eb33d180 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -78,7 +78,7 @@ tempfile = "3.2.0" timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } tokio = { version = "1.3.0", features = ["sync"] } tokio-openssl = "0.6.1" -tokio-stream = { version = "0.1.3", features = ["net"] } +tokio-stream = { version = "0.1.4", features = ["net"] } tracing = "0.1.25" # TODO(benesch): we can use the default features here once tracing-subscriber # does not enable chrono's "oldtime" feature. diff --git a/src/pgwire/Cargo.toml b/src/pgwire/Cargo.toml index 8cb0f6c4bad9..41fb1b4c2ffe 100644 --- a/src/pgwire/Cargo.toml +++ b/src/pgwire/Cargo.toml @@ -28,5 +28,5 @@ repr = { path = "../repr" } sql = { path = "../sql" } tokio = "1.3.0" tokio-openssl = "0.6.1" -tokio-stream = "0.1.3" +tokio-stream = "0.1.4" tokio-util = { version = "0.6.3", features = ["codec"] } diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 9f006f14fd0d..7ee3f71fa0f9 100644 --- a/src/testdrive/Cargo.toml +++ b/src/testdrive/Cargo.toml @@ -49,7 +49,7 @@ tempfile = "3.2.0" termcolor = "1.1.2" tokio = "1.3.0" tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4", "with-serde_json-1"] } -tokio-stream = "0.1.3" +tokio-stream = "0.1.4" url = "2.2.1" uuid = "0.8.2"