From 95f491f3816da3ea5931cfede507eb49ead5fae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 16:57:45 +0000 Subject: [PATCH] Bump tokio-stream from 0.1.12 to 0.1.14 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.12...tokio-0.1.14) --- 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 482bd2b8..a068a50e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4084,9 +4084,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" +checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index e173e8d0..32208c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ shellexpand = "3.1.0" sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "json"], default-features=false } tokio = { version = "1.26.0", features = ["full", "tracing"] } tokio-cron-scheduler = "0.9.3" -tokio-stream = { version = "0.1.12", features = ["net"] } +tokio-stream = { version = "0.1.14", features = ["net"] } tokio-util = { version = "0.7.8", features = ["full"] } tower = "0.4.13" tower-http = { version = "0.4.0", features = ["fs", "trace", "add-extension", "compression-gzip"] }