From 0827f1b2f62aef7dea449d3da0caf8d3ff2fc89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 08:16:26 +0000 Subject: [PATCH] cargo: bump tokio-stream from 0.1.9 to 0.1.10 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.9...tokio-stream-0.1.10) --- 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 533b83ad4..c7b663fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3520,9 +3520,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" +checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 8e026d8c4..bb11973b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ tagger = "4.3.3" textwrap = "0.15.1" async-channel = "1.6.1" futures-lite = "1.12.0" -tokio-stream = { version = "0.1.9", features = ["fs"] } +tokio-stream = { version = "0.1.10", features = ["fs"] } reqwest = { version = "0.11.12", features = ["json"] } async_zip = { git = "https://github.com/dignifiedquire/rs-async-zip", branch = "main", default-features = false, features = ["deflate"] }