From 1451009ebf979872a41df10fc4e785a4e33aed2b Mon Sep 17 00:00:00 2001
From: Travis Paul
Date: Fri, 25 Feb 2022 13:59:46 -0500
Subject: [PATCH] Switch to tiny-http 0.11 with rustls support
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"