diff --git a/Cargo.toml b/Cargo.toml index a77f873f..c3092921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,18 +12,18 @@ authors = ["Sean McArthur ", 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 = "*"