From 304c35b752e973fe10d1d4895bf719205ff8dfd0 Mon Sep 17 00:00:00 2001 From: Benji Smith <6193112+Benjins@users.noreply.github.com> Date: Sat, 20 May 2023 18:40:27 -0400 Subject: [PATCH] Upgrade plain-HTTP links to HTTPS in Cargo.toml files --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab950e7d..717734b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "3.6.2" authors = ["Pierre Krieger "] license = "MIT/Apache-2.0" repository = "https://github.com/tomaka/rouille" -documentation = "http://docs.rs/rouille" +documentation = "https://docs.rs/rouille" description = "High-level idiomatic web framework." readme = "README.md" keywords = ["web", "framework", "http", "rest"]