From 225a4087240f53d6c4df0cce951609f71c0f71f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 05:00:51 +0000 Subject: [PATCH] chore(deps): update pnet requirement from 0.33 to 0.34 Updates the requirements on [pnet](https://github.com/libpnet/libpnet) to permit the latest version. - [Release notes](https://github.com/libpnet/libpnet/releases) - [Commits](https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: pnet 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 00e8ab9..147c6ce 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -16,7 +16,7 @@ benchmark = [] [dependencies] bytes = "1" -pnet = "0.33" +pnet = "0.34" tokio = { version = "1.14", features = ["full"] } rand = { version = "0.8", features = ["small_rng"] } log = "0.4"