mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-29 03:59:56 +00:00
Bump version 0.7.9
This commit is contained in:
parent
7c32b62727
commit
3dc8f222cb
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tun2proxy"
|
name = "tun2proxy"
|
||||||
version = "0.7.8"
|
version = "0.7.9"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tun2proxy/tun2proxy"
|
repository = "https://github.com/tun2proxy/tun2proxy"
|
||||||
|
@ -38,7 +38,7 @@ env_logger = "0.11"
|
||||||
hashlink = "0.10"
|
hashlink = "0.10"
|
||||||
hickory-proto = "0.25"
|
hickory-proto = "0.25"
|
||||||
httparse = "1"
|
httparse = "1"
|
||||||
ipstack = { version = "0.3", git = "https://github.com/ssrlive/ipstack.git", rev = "53c648e" }
|
ipstack = { version = "0.4" }
|
||||||
log = { version = "0.4", features = ["std"] }
|
log = { version = "0.4", features = ["std"] }
|
||||||
mimalloc = { version = "0.1", default-features = false, optional = true }
|
mimalloc = { version = "0.1", default-features = false, optional = true }
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
|
|
|
@ -7,7 +7,7 @@ use crate::{
|
||||||
session_info::{IpProtocol, SessionInfo},
|
session_info::{IpProtocol, SessionInfo},
|
||||||
virtual_dns::VirtualDns,
|
virtual_dns::VirtualDns,
|
||||||
};
|
};
|
||||||
use ipstack::stream::{IpStackStream, IpStackTcpStream, IpStackUdpStream};
|
use ipstack::{IpStackStream, IpStackTcpStream, IpStackUdpStream};
|
||||||
use proxy_handler::{ProxyHandler, ProxyHandlerManager};
|
use proxy_handler::{ProxyHandler, ProxyHandlerManager};
|
||||||
use socks::SocksProxyManager;
|
use socks::SocksProxyManager;
|
||||||
pub use socks5_impl::protocol::UserKey;
|
pub use socks5_impl::protocol::UserKey;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue