From 61fd040f100db6ce2389b8c6f63763a6012e92d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 15:15:59 +0000 Subject: [PATCH] Bump tokio-stream from 0.1.10 to 0.1.12 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.10 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.10...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] --- Cargo.lock | 4 ++-- bayard/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06e930f..71ddc01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2558,9 +2558,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" +checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" dependencies = [ "futures-core", "pin-project-lite", diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index 00b92e6..2a65c14 100644 --- a/bayard/Cargo.toml +++ b/bayard/Cargo.toml @@ -41,7 +41,7 @@ tantivy = "0.18.0" thiserror = "1.0.37" time = { version = "0.3.15", features = ["std"] } tokio = { version = "1.21.1", features = ["full"] } -tokio-stream = { version = "0.1.10", features = ["sync"] } +tokio-stream = { version = "0.1.12", features = ["sync"] } tonic = { version = "0.8.2", features = ["transport"] } tracing = "0.1.37" tracing-subscriber = "0.3.16"