mirror of
https://github.com/arampoire/onetun.git
synced 2025-11-30 23:00:25 -05:00
Update dependencies
This commit is contained in:
parent
4f935c5a2d
commit
43a20ef6b3
2 changed files with 129 additions and 107 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -15,21 +15,21 @@ boringtun = { version = "0.4.0", default-features = false }
|
|||
log = "0.4"
|
||||
anyhow = "1"
|
||||
tokio = { version = "1", features = [ "rt", "sync", "io-util", "net", "time", "fs", "macros" ] }
|
||||
futures = "0.3.17"
|
||||
rand = "0.8.4"
|
||||
futures = "0.3"
|
||||
rand = "0.8"
|
||||
nom = "7"
|
||||
async-trait = "0.1.51"
|
||||
priority-queue = "1.2.0"
|
||||
smoltcp = { version = "0.8.0", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
|
||||
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"] }
|
||||
bytes = "1"
|
||||
|
||||
# forward boringtuns tracing events to log
|
||||
tracing = { version = "0.1.36", default-features = false, features = ["log"] }
|
||||
tracing = { version = "0.1", default-features = false, features = ["log"] }
|
||||
|
||||
# bin-only dependencies
|
||||
clap = { version = "2.33", default-features = false, features = ["suggestions"], optional = true }
|
||||
clap = { version = "2.34", default-features = false, features = ["suggestions"], optional = true }
|
||||
pretty_env_logger = { version = "0.4", optional = true }
|
||||
async-recursion = "1.0.0"
|
||||
async-recursion = "1.0"
|
||||
|
||||
[features]
|
||||
pcap = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue