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"] }