chore(crates) do not include bugfix version in dependency as it prevents

auto update from Dependabot
This commit is contained in:
Datong Sun
2021-12-05 06:37:11 -08:00
parent a8ad203754
commit 8b28cdc6c2
2 changed files with 12 additions and 12 deletions

View File

@@ -16,9 +16,9 @@ benchmark = []
[dependencies]
bytes = "1"
pnet = "0.28.0"
tokio = { version = "1.12.0", features = ["full"] }
rand = { version = "0.8.4", features = ["small_rng"] }
pnet = "0.28"
tokio = { version = "1.12", features = ["full"] }
rand = { version = "0.8", features = ["small_rng"] }
log = "0.4"
internet-checksum = "0.2.0"
dndx-fork-tokio-tun = "0.4.0"
internet-checksum = "0.2"
dndx-fork-tokio-tun = "0.4"