chore(fake-tcp) bump to v0.2.2

This commit is contained in:
Datong Sun 2021-12-05 06:57:23 -08:00
parent d0eaefe5d0
commit e2a9194f6f

View File

@ -1,6 +1,6 @@
[package] [package]
name = "fake-tcp" name = "fake-tcp"
version = "0.2.1" version = "0.2.2"
edition = "2021" edition = "2021"
authors = ["Datong Sun <dndx@idndx.com>"] authors = ["Datong Sun <dndx@idndx.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -17,7 +17,7 @@ benchmark = []
[dependencies] [dependencies]
bytes = "1" bytes = "1"
pnet = "0.28" pnet = "0.28"
tokio = { version = "1.12", features = ["full"] } tokio = { version = "1.14", features = ["full"] }
rand = { version = "0.8", features = ["small_rng"] } rand = { version = "0.8", features = ["small_rng"] }
log = "0.4" log = "0.4"
internet-checksum = "0.2" internet-checksum = "0.2"