mirror of
				https://github.com/dndx/phantun.git
				synced 2025-10-31 01:45:35 +08:00 
			
		
		
		
	chore(crates) do not include bugfix version in dependency as it prevents
auto update from Dependabot
This commit is contained in:
		| @@ -16,9 +16,9 @@ benchmark = [] | |||||||
|  |  | ||||||
| [dependencies] | [dependencies] | ||||||
| bytes = "1" | bytes = "1" | ||||||
| pnet = "0.28.0" | pnet = "0.28" | ||||||
| tokio = { version = "1.12.0", features = ["full"] } | tokio = { version = "1.12", features = ["full"] } | ||||||
| rand = { version = "0.8.4", features = ["small_rng"] } | rand = { version = "0.8", features = ["small_rng"] } | ||||||
| log = "0.4" | log = "0.4" | ||||||
| internet-checksum = "0.2.0" | internet-checksum = "0.2" | ||||||
| dndx-fork-tokio-tun = "0.4.0" | dndx-fork-tokio-tun = "0.4" | ||||||
|   | |||||||
| @@ -11,11 +11,11 @@ Transforms UDP stream into (fake) TCP streams that can go through | |||||||
| Layer 3 & Layer 4 (NAPT) firewalls/NATs. | Layer 3 & Layer 4 (NAPT) firewalls/NATs. | ||||||
| """ | """ | ||||||
| [dependencies] | [dependencies] | ||||||
| clap = "2.33.3" | clap = "2.33" | ||||||
| socket2 = { version = "0.4.2", features = ["all"] } | socket2 = { version = "0.4", features = ["all"] } | ||||||
| fake-tcp = "0.2.0" | fake-tcp = "0.2" | ||||||
| tokio = { version = "1.12.0", features = ["full"] } | tokio = { version = "1.12", features = ["full"] } | ||||||
| log = "0.4" | log = "0.4" | ||||||
| pretty_env_logger = "0.4.0" | pretty_env_logger = "0.4" | ||||||
| dndx-fork-tokio-tun = "0.4.0" | dndx-fork-tokio-tun = "0.4" | ||||||
| num_cpus = "1.13.0" | num_cpus = "1.13" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user