From 12c2848cc71133b72a672bf44329cc1d1884bd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:31:34 +0000 Subject: [PATCH] Bump flume from 0.10.12 to 0.10.13 Bumps [flume](https://github.com/zesterer/flume) from 0.10.12 to 0.10.13. - [Release notes](https://github.com/zesterer/flume/releases) - [Changelog](https://github.com/zesterer/flume/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/flume/commits) --- updated-dependencies: - dependency-name: flume dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plume-common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37fc5de9..2e489aa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1282,9 +1282,9 @@ dependencies = [ [[package]] name = "flume" -version = "0.10.12" +version = "0.10.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a" +checksum = "1ceeb589a3157cac0ab8cc585feb749bd2cea5cb55a6ee802ad72d9fd38303da" dependencies = [ "futures-core", "futures-sink", diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 3126b67b..8fab56d3 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -22,7 +22,7 @@ askama_escape = "0.10.3" activitystreams = "0.7.0-alpha.18" activitystreams-ext = "0.1.0-alpha.2" url = "2.2.2" -flume = "0.10.12" +flume = "0.10.13" tokio = { version = "1.18.2", features = ["full"] } futures = "0.3.21"