From f353c23122b6908402520a4ff4135c21e17e2a30 Mon Sep 17 00:00:00 2001 From: Benji Smith <6193112+Benjins@users.noreply.github.com> Date: Sat, 20 May 2023 18:28:29 -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 7d79d7b..b7994ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The rusqlite developers"] edition = "2018" description = "Ergonomic wrapper for SQLite" repository = "https://github.com/rusqlite/rusqlite" -documentation = "http://docs.rs/rusqlite/" +documentation = "https://docs.rs/rusqlite/" readme = "README.md" keywords = ["sqlite", "database", "ffi"] license = "MIT"