From 89d891e18a12c6a1383fd0d74c116595906eb6e4 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Thu, 18 Aug 2022 18:56:16 -0700 Subject: [PATCH] Update Cargo.toml --- 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 d7ecf08..0ce1b12 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -15,7 +15,7 @@ packet oriented tunneling with minimum overhead. benchmark = [] [dependencies] -bytes = "1.2" +bytes = "1" pnet = "0.31" tokio = { version = "1.14", features = ["full"] } rand = { version = "0.8", features = ["small_rng"] }