From aec3bcdeda889f4eafdafd7b93461e3645a43cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:26:48 +0000 Subject: [PATCH] chore(deps): update flume requirement from 0.10 to 0.11 Updates the requirements on [flume](https://github.com/zesterer/flume) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- fake-tcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index 43c4196..00e8ab9 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -22,4 +22,4 @@ rand = { version = "0.8", features = ["small_rng"] } log = "0.4" internet-checksum = "0.2" tokio-tun = "0.7" -flume = "0.10" +flume = "0.11"