Re-enable tokio-rustls now that it has a stable release (#429)
This commit is contained in:
		
				
					committed by
					
						 Lucio Franco
						Lucio Franco
					
				
			
			
				
	
			
			
			
						parent
						
							4398e169e8
						
					
				
				
					commit
					e7e75bf117
				
			
							
								
								
									
										10
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Cargo.toml
									
									
									
									
									
								
							| @@ -65,9 +65,7 @@ serde_json = "1.0.0" | ||||
| # Examples | ||||
| tokio = { version = "0.2", features = ["dns", "macros", "rt-core", "tcp"] } | ||||
| env_logger = { version = "0.5.3", default-features = false } | ||||
| # TODO: re-enable when tokio-rustls is updated | ||||
| #rustls = "0.16" | ||||
| #tokio-rustls = "0.12.0-alpha.4" | ||||
| #webpki = "0.21" | ||||
| #webpki-roots = "0.17" | ||||
|  | ||||
| rustls = "0.16" | ||||
| tokio-rustls = "0.12.0" | ||||
| webpki = "0.21" | ||||
| webpki-roots = "0.17" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user