From b5fc7f7768c7f9a493a670fc6837fc61b5690fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:29:51 +0000 Subject: [PATCH] Bump tokio-stream from 0.1.16 to 0.1.17 (#3557) Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.16...tokio-stream-0.1.17) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d4da1347..9d6f4003f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5757,9 +5757,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index ab9087208..fb5b86211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ tracing-subscriber = "0.3" tokio = { version = "1.41", features = ["full", "tracing"] } tokio-postgres = "0.7.12" tokio-postgres-rustls = "0.12.0" -tokio-stream = "0.1.16" +tokio-stream = "0.1.17" trillium = "0.2.20" trillium-api = { version = "0.2.0-rc.12", default-features = false } trillium-caching-headers = "0.2.3"