mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-08 15:47:44 +00:00
update deps
This commit is contained in:
parent
c430d76534
commit
715a85920c
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ readme = "README.md"
|
||||||
crate-type = ["staticlib", "cdylib", "lib"]
|
crate-type = ["staticlib", "cdylib", "lib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-recursion = "1.0"
|
async-recursion = "1.1"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
base64 = { version = "0.22" }
|
base64 = { version = "0.22" }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
@ -24,7 +24,7 @@ dotenvy = "0.15"
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
hashlink = "0.9"
|
hashlink = "0.9"
|
||||||
httparse = "1.8"
|
httparse = "1.8"
|
||||||
ipstack = { version = "0.0", features = ["log"] }
|
ipstack = { version = "0.0" }
|
||||||
log = { version = "0.4", features = ["std"] }
|
log = { version = "0.4", features = ["std"] }
|
||||||
socks5-impl = { version = "0.5" }
|
socks5-impl = { version = "0.5" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue