From 6a29c4c79c8e97e921f0231bc7f3c83f25a05929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:09:00 +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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76b1785..9d2a34c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3099,9 +3099,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 c9dda0e..47ea770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ sha2 = "0.10.8" smoosh = "0.2.1" thiserror = "1.0.58" tokio = { version = "1.36.0", features = ["full"] } -tokio-stream = "0.1.14" +tokio-stream = "0.1.15" tokio-util = { version = "0.7.9", features = ["codec"] } tracing = "0.1.37" tracing-log = "0.2.0"