mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-18 15:15:22 +00:00
upgrade dependencies
This commit is contained in:
parent
a01de17b36
commit
ae3a4e18d3
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ ctrlc2 = { version = "3", features = ["tokio", "termination"] }
|
||||||
digest_auth = "0.3"
|
digest_auth = "0.3"
|
||||||
dotenvy = "0.15"
|
dotenvy = "0.15"
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
hashlink = "0.9"
|
hashlink = "0.10"
|
||||||
hickory-proto = "0.24"
|
hickory-proto = "0.24"
|
||||||
httparse = "1"
|
httparse = "1"
|
||||||
ipstack = { version = "0.1" }
|
ipstack = { version = "0.1" }
|
||||||
|
@ -43,6 +43,9 @@ udp-stream = { version = "0.0.12", default-features = false }
|
||||||
unicase = "2"
|
unicase = "2"
|
||||||
url = "2"
|
url = "2"
|
||||||
|
|
||||||
|
[build-dependencies]
|
||||||
|
serde_json = "1"
|
||||||
|
|
||||||
[target.'cfg(target_os="linux")'.dependencies]
|
[target.'cfg(target_os="linux")'.dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
|
@ -62,9 +65,6 @@ nix = { version = "0.29", default-features = false, features = [
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
windows-service = "0.7"
|
windows-service = "0.7"
|
||||||
|
|
||||||
[build-dependencies]
|
|
||||||
serde_json = "1"
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tun2proxy-bin"
|
name = "tun2proxy-bin"
|
||||||
path = "src/bin/main.rs"
|
path = "src/bin/main.rs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue