From 94e9d32f6cc34cb012bb0b938d64f2efee1e1007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 06:39:16 +0000 Subject: [PATCH] chore(deps,cargo): 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 +- core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c377711..163f18f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4457,9 +4457,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 213e8f4..686f588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures = "0.3.29" uuid = {version ="1.5.0", features=["serde"] } urlencoding = "2.1.3" tokio-util = "0.7.10" -tokio-stream = {version="0.1.14", features=["io-util"]} +tokio-stream = {version="0.1.15", features=["io-util"]} bytes = "1.6.0" tracing-subscriber = "0.3.18" tracing = "0.1.40" diff --git a/core/Cargo.toml b/core/Cargo.toml index 2aa8ce9..d5aaf20 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -34,7 +34,7 @@ amqprs = {version="1.4", optional=true } futures = "0.3.29" uuid = {version ="1.5.0", features=["serde"] } tokio-util = "0.7.10" -tokio-stream = {version="0.1.14", features=["io-util"]} +tokio-stream = {version="0.1.15", features=["io-util"]} bytes = "1.6.0" rustls = "0.21.8" sha2 = "0.10.8"