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"]
|
||||
|
||||
[dependencies]
|
||||
cookie = "*"
|
||||
httparse = "*"
|
||||
log = ">= 0.2.0"
|
||||
mime = "*"
|
||||
num_cpus = "*"
|
||||
openssl = "*"
|
||||
rustc-serialize = "*"
|
||||
time = "*"
|
||||
unicase = "*"
|
||||
url = "*"
|
||||
traitobject = "*"
|
||||
typeable = "*"
|
||||
cookie = "0.1"
|
||||
httparse = "0.1"
|
||||
log = "0.3"
|
||||
mime = "0.0.11"
|
||||
num_cpus = "0.2"
|
||||
openssl = "0.6"
|
||||
rustc-serialize = "0.3"
|
||||
time = "0.1"
|
||||
unicase = "0.1"
|
||||
url = "0.2"
|
||||
traitobject = "0.0.1"
|
||||
typeable = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "*"
|
||||
|
||||
Reference in New Issue
Block a user