From f9f2fab46b91e267763f33c39ddf8cab16d0b64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:48:58 +0000 Subject: [PATCH] Bump tokio-stream from 0.1.8 to 0.1.9 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/tasks/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 133487f4..99400c30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4586,9 +4586,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" +checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" dependencies = [ "futures-core", "pin-project-lite", diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 785f43ca..658dea71 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] tokio = "1.19.2" async-trait = "0.1.56" -tokio-stream = "0.1.8" +tokio-stream = "0.1.9" futures-util = "0.3.21" tracing = "0.1.34" sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] }