diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index eb48835..fa2f0a8 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -16,7 +16,7 @@ benchmark = [] [dependencies] bytes = "1" -pnet = "0.28" +pnet = "0.29" tokio = { version = "1.14", features = ["full"] } rand = { version = "0.8", features = ["small_rng"] } log = "0.4"