mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-21 06:19:08 +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"]
|
||||
|
||||
[dependencies]
|
||||
async-recursion = "1.0"
|
||||
async-recursion = "1.1"
|
||||
async-trait = "0.1"
|
||||
base64 = { version = "0.22" }
|
||||
chrono = "0.4"
|
||||
|
@ -24,7 +24,7 @@ dotenvy = "0.15"
|
|||
env_logger = "0.11"
|
||||
hashlink = "0.9"
|
||||
httparse = "1.8"
|
||||
ipstack = { version = "0.0", features = ["log"] }
|
||||
ipstack = { version = "0.0" }
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
socks5-impl = { version = "0.5" }
|
||||
thiserror = "1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue