mirror of
https://github.com/arampoire/onetun.git
synced 2025-11-30 23:00:25 -05:00
smoltcp version 0.10 applied
This commit is contained in:
parent
ae15b4203c
commit
38fc217a29
6 changed files with 296 additions and 123 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -19,8 +19,16 @@ futures = "0.3"
|
|||
rand = "0.8"
|
||||
nom = "7"
|
||||
async-trait = "0.1"
|
||||
priority-queue = "1.3.0"
|
||||
smoltcp = { version = "0.8.2", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
|
||||
priority-queue = "1.3"
|
||||
smoltcp = { version = "0.10", default-features = false, features = [
|
||||
"std",
|
||||
"log",
|
||||
"medium-ip",
|
||||
"proto-ipv4",
|
||||
"proto-ipv6",
|
||||
"socket-udp",
|
||||
"socket-tcp",
|
||||
] }
|
||||
bytes = "1"
|
||||
base64 = "0.13"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue