mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-17 11:59:35 +00:00
Fix #29
This commit is contained in:
parent
0c45714a45
commit
034417f525
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ log = "0.4"
|
||||||
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
|
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
|
||||||
nix = { version = "0.26", features = ["process", "signal"] }
|
nix = { version = "0.26", features = ["process", "signal"] }
|
||||||
prctl = "1.0"
|
prctl = "1.0"
|
||||||
smoltcp = { version = "0.9", git = "https://github.com/smoltcp-rs/smoltcp", features = ["std"] }
|
smoltcp = { version = "0.9.1", git = "https://github.com/smoltcp-rs/smoltcp", features = ["std", "phy-tuntap_interface"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
url = "2.3"
|
url = "2.3"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue