From d8e11a720c8ce7593e0a2aae96165d90258e9bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:44:19 +0000 Subject: [PATCH] build(deps): bump tokio-stream from 0.1.14 to 0.1.15 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.14 to 0.1.15. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.14...tokio-stream-0.1.15) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a79e314..506773d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2966,9 +2966,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" +checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 1b6deb8..aa4648f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ tokio = { version = "1", features = [ "time", "tracing", ] } -tokio-stream = { version = "0.1.14" } +tokio-stream = { version = "0.1.15" } [target.'cfg(all(async_executor_impl = "async-std"))'.dependencies] async-std = { version = "1.12", features = [ @@ -82,7 +82,7 @@ tokio = { version = "1", features = [ "time", "tracing", ] } -tokio-stream = { version = "0.1.14" } +tokio-stream = { version = "0.1.15" } [target.'cfg(all(async_channel_impl = "async-std"))'.dependencies] async-std = { version = "1.12", features = [