From e2a9194f6f79107360461eb06b9628308f827c90 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 5 Dec 2021 06:57:23 -0800 Subject: [PATCH] chore(fake-tcp) bump to v0.2.2 --- fake-tcp/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index b6bb3e5..2821676 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fake-tcp" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" @@ -17,7 +17,7 @@ benchmark = [] [dependencies] bytes = "1" pnet = "0.28" -tokio = { version = "1.12", features = ["full"] } +tokio = { version = "1.14", features = ["full"] } rand = { version = "0.8", features = ["small_rng"] } log = "0.4" internet-checksum = "0.2"