Merge pull request #524 from hyperium/deps
chore(cargo): set stricter versions for dependencies
This commit is contained in:
		
							
								
								
									
										24
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								Cargo.toml
									
									
									
									
									
								
							| @@ -12,18 +12,18 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>", | |||||||
| keywords = ["http", "hyper", "hyperium"] | keywords = ["http", "hyper", "hyperium"] | ||||||
|  |  | ||||||
| [dependencies] | [dependencies] | ||||||
| cookie = "*" | cookie = "0.1" | ||||||
| httparse = "*" | httparse = "0.1" | ||||||
| log = ">= 0.2.0" | log = "0.3" | ||||||
| mime = "*" | mime = "0.0.11" | ||||||
| num_cpus = "*" | num_cpus = "0.2" | ||||||
| openssl = "*" | openssl = "0.6" | ||||||
| rustc-serialize = "*" | rustc-serialize = "0.3" | ||||||
| time = "*" | time = "0.1" | ||||||
| unicase = "*" | unicase = "0.1" | ||||||
| url = "*" | url = "0.2" | ||||||
| traitobject = "*" | traitobject = "0.0.1" | ||||||
| typeable = "*" | typeable = "0.1" | ||||||
|  |  | ||||||
| [dev-dependencies] | [dev-dependencies] | ||||||
| env_logger = "*" | env_logger = "*" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user