There was an error fetching the commit references. Please try again later.
locked OpenSSL crate version to 0.10
also fixed some minor TOML formatting issues
... | ... | @@ -23,10 +23,10 @@ filetime = "0.2.7" |
pretty-bytes = "0.2.2" | ||
rand = "0.8.3" | ||
url = "2.1.0" | ||
hyper-native-tls = {version = "0.3.0", optional=true} | ||
hyper-native-tls = { version = "0.3.0", optional = true } | ||
mime_guess = "2.0" | ||
open = "1" | ||
openssl = { version = "*", features = ["vendored"] } | ||
openssl = { version = "0.10", features = ["vendored"] } | ||
# Iron crates | ||
iron = "0.6.1" | ||
iron-cors = "0.8.0" | ||
... | ... |
Please register or sign in to comment