diff --git a/Cargo.toml b/Cargo.toml index 26c725359..b90240dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_derive = "1" serde_json = "1" sha1 = "0.6.0" time = { version = "0.3.5", features = [ "local-offset" ] } -tiny_http = { git = "ssh://git@github.com/travispaul-forks/tiny-http.git", branch = "rustls20" } +tiny_http = { version = "0.11.0" } url = "2" threadpool = "1" num_cpus = "1"