diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index 97a12ba..558ccef 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -16,7 +16,7 @@ benchmark = [] [dependencies] bytes = "1" -pnet = "0.34" +pnet = "0.35" tokio = { version = "1.14", features = ["full"] } rand = { version = "0.8", features = ["small_rng"] } log = "0.4"