Browse Source

chore: update tproxy-config depenency to ^7.0.2

pull/221/head
B. Blechschmidt 11 months ago
parent
commit
593bdca9f5
  1. 2
      Cargo.toml

2
Cargo.toml

@ -49,7 +49,7 @@ socks5-impl = { version = "0.7", default-features = false, features = [
thiserror = "2" thiserror = "2"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
tokio-util = "0.7" tokio-util = "0.7"
tproxy-config = { version = "7", default-features = false } tproxy-config = { version = "^7.0.2", default-features = false }
tun = { version = "0.8", features = ["async"] } tun = { version = "0.8", features = ["async"] }
udp-stream = { version = "0.0.12", default-features = false } udp-stream = { version = "0.0.12", default-features = false }
unicase = "2" unicase = "2"

Loading…
Cancel
Save