mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 11:55:34 +08:00 
			
		
		
		
	chore(deps): bump dependencies to latest
This commit is contained in:
		@@ -11,14 +11,14 @@ Transforms UDP stream into (fake) TCP streams that can go through
 | 
			
		||||
Layer 3 & Layer 4 (NAPT) firewalls/NATs.
 | 
			
		||||
"""
 | 
			
		||||
[dependencies]
 | 
			
		||||
clap = { version = "4.0", features = ["cargo"] }
 | 
			
		||||
socket2 = { version = "0.5", features = ["all"] }
 | 
			
		||||
fake-tcp = { path = "../fake-tcp", version = "0.5" }
 | 
			
		||||
tokio = { version = "1.14", features = ["full"] }
 | 
			
		||||
tokio-util = "0.7"
 | 
			
		||||
log = "0.4"
 | 
			
		||||
pretty_env_logger = "0.5"
 | 
			
		||||
tokio-tun = "0.11"
 | 
			
		||||
num_cpus = "1.13"
 | 
			
		||||
neli = "0.6"
 | 
			
		||||
nix = { version = "0.28", features = ["net"] }
 | 
			
		||||
clap = { version = "4", features = ["cargo"] }
 | 
			
		||||
socket2 = { version = "0", features = ["all"] }
 | 
			
		||||
fake-tcp = { path = "../fake-tcp", version = "0" }
 | 
			
		||||
tokio = { version = "1", features = ["full"] }
 | 
			
		||||
tokio-util = "0"
 | 
			
		||||
log = "0"
 | 
			
		||||
pretty_env_logger = "0"
 | 
			
		||||
tokio-tun = "0"
 | 
			
		||||
num_cpus = "1"
 | 
			
		||||
neli = "0"
 | 
			
		||||
nix = { version = "0", features = ["net"] }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user