Browse Source

Bump version 0.8.1

master v0.8.1
ssrlive 1 week ago
parent
commit
27466222b9
  1. 18
      Cargo.toml

18
Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "tun2proxy" name = "tun2proxy"
version = "0.8.0" version = "0.8.1"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
repository = "https://github.com/tun2proxy/tun2proxy" repository = "https://github.com/tun2proxy/tun2proxy"
@ -36,22 +36,22 @@ digest_auth = "0.3.1"
dotenvy = "0.15.7" dotenvy = "0.15.7"
env_logger = "0.11.10" env_logger = "0.11.10"
hashlink = "0.11.0" hashlink = "0.11.0"
hickory-proto = "0.26.0" hickory-proto = "0.26.1"
httparse = "1.10.1" httparse = "1.10.1"
ipstack = { version = "1.0.0" } ipstack = { version = "1.0.0" }
log = { version = "0.4.29", features = ["std"] } log = { version = "0.4.30", features = ["std"] }
percent-encoding = "2.3.2" percent-encoding = "2.3.2"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
shlex = "2.0.1" shlex = "2.0.1"
socks5-impl = { version = "0.8.2", default-features = false, features = [ socks5-impl = { version = "0.8.3", default-features = false, features = [
"tokio", "tokio",
"serde", "serde",
] } ] }
thiserror = "2.0.18" thiserror = "2.0.18"
tokio = { version = "1.52.1", features = ["full"] } tokio = { version = "1.52.3", features = ["full"] }
tokio-util = "0.7.18" tokio-util = "0.7.18"
tproxy-config = { version = "^7.0.7", default-features = false } tproxy-config = { version = "^7.0.7", default-features = false }
tun = { version = "0.8.8", features = ["async"] } tun = { version = "0.8.10", features = ["async"] }
udp-stream = { version = "0.0.12", default-features = false } udp-stream = { version = "0.0.12", default-features = false }
unicase = "2.9.0" unicase = "2.9.0"
url = "2.5.8" url = "2.5.8"
@ -61,10 +61,10 @@ android_logger = "0.15.1"
jni = { version = "0.22.4", default-features = false } jni = { version = "0.22.4", default-features = false }
[target.'cfg(target_os="linux")'.dependencies] [target.'cfg(target_os="linux")'.dependencies]
bincode-next = "2" bincode-next = "2.1.0"
[target.'cfg(target_os="windows")'.dependencies] [target.'cfg(target_os="windows")'.dependencies]
windows-service = "0.8.0" windows-service = "0.8.1"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
daemonize = "0.5.0" daemonize = "0.5.0"
@ -76,7 +76,7 @@ nix = { version = "0.31.3", default-features = false, features = [
[build-dependencies] [build-dependencies]
chrono = "0.4.44" chrono = "0.4.44"
serde_json = "1.0.149" serde_json = "1.0.150"
# [profile.release] # [profile.release]
# strip = "symbols" # strip = "symbols"

Loading…
Cancel
Save