mirror of
				https://github.com/dndx/phantun.git
				synced 2025-10-31 18:06:00 +08:00 
			
		
		
		
	chore(deps): update socket2 requirement from 0.4 to 0.5
Updates the requirements on [socket2](https://github.com/rust-lang/socket2) to permit the latest version. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
				
					committed by
					
						 Datong Sun
						Datong Sun
					
				
			
			
				
	
			
			
			
						parent
						
							ee0bce0a96
						
					
				
				
					commit
					6c42f02b28
				
			| @@ -12,7 +12,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs. | |||||||
| """ | """ | ||||||
| [dependencies] | [dependencies] | ||||||
| clap = { version = "4.0", features = ["cargo"] } | clap = { version = "4.0", features = ["cargo"] } | ||||||
| socket2 = { version = "0.4", features = ["all"] } | socket2 = { version = "0.5", features = ["all"] } | ||||||
| fake-tcp = { path = "../fake-tcp", version = "0.5" } | fake-tcp = { path = "../fake-tcp", version = "0.5" } | ||||||
| tokio = { version = "1.14", features = ["full"] } | tokio = { version = "1.14", features = ["full"] } | ||||||
| tokio-util = "0.7" | tokio-util = "0.7" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user