Update Cargo.toml

This commit is contained in:
Datong Sun 2022-08-18 18:56:16 -07:00 committed by GitHub
parent f06533f943
commit 89d891e18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ packet oriented tunneling with minimum overhead.
benchmark = []
[dependencies]
bytes = "1.2"
bytes = "1"
pnet = "0.31"
tokio = { version = "1.14", features = ["full"] }
rand = { version = "0.8", features = ["small_rng"] }