Changed archived crate to maintained one

modified:   Cargo.toml
This commit is contained in:
Michael Wain 2024-11-14 03:23:41 +03:00
parent a5bcf93491
commit cca4b0c6c1

View File

@ -37,7 +37,7 @@ socket2 = "0.4"
env_logger = "0.9" env_logger = "0.9"
log = "0.4.20" log = "0.4.20"
futures = "0.3.30" futures = "0.3.30"
tun2 = { version = "4.0.0", features = ["async"] } tun = { version = "0.7", features = ["async"] }
packet = "0.1.4" packet = "0.1.4"
crossbeam-channel = "0.5.13" crossbeam-channel = "0.5.13"
hex = "0.4" hex = "0.4"