Skip to content

Commit

Permalink
build(deps): bump tokio-stream from 0.1.3 to 0.1.4
Browse files Browse the repository at this point in the history
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](tokio-rs/tokio@tokio-stream-0.1.3...tokio-stream-0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent 69cf425 commit c0a4f1a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/coord/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/materialized/Cargo.toml
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/pgwire/Cargo.toml
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Expand Up @@ -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"

Expand Down

0 comments on commit c0a4f1a

Please sign in to comment.