From f5d5c11f7e1bc55aa44d7c65de4b6ebe658f7631 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:37:52 +0000 Subject: [PATCH] build(deps): Update async-stream requirement from 0.2.1 to 0.3.2 Updates the requirements on [async-stream](https://github.com/tokio-rs/async-stream) to permit the latest version. - [Release notes](https://github.com/tokio-rs/async-stream/releases) - [Commits](https://github.com/tokio-rs/async-stream/compare/v0.2.1...v0.3.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7c9f17..722b5c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ is-it-maintained-open-issues = { repository = "saltlick-crypto/saltlick-rs" } maintenance = { status = "actively-developed" } [dependencies] -async-stream = { version = "0.2.1", optional = true } +async-stream = { version = "0.3.2", optional = true } byteorder = "1.3" bytes = "0.5" futures = { version = "0.3", optional = true } @@ -34,7 +34,7 @@ thiserror = "1.0" tokio = { version = "0.2", optional = true } [dev-dependencies] -async-stream = "0.2" +async-stream = "0.3" proptest = "0.10" rand = "0.7" rand_xorshift = "0.2"