From b323ceac2fc69c627d47ede3aa83015162c2a5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 22 Jun 2025 09:44:59 +0300 Subject: [PATCH] chore: Minor change to use https in the github url in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2109b00..864cc63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" authors = ["Dr. Shahin Rostami "] description = "Engaging visualisations, made easy." homepage = "https://plotapi.com" -repository = "http://github.com/shahinrostami/plotapi_rs" +repository = "https://github.com/shahinrostami/plotapi_rs" license = "MIT" keywords = ["plot", "chart", "visualization"] [dependencies] -ureq = {version = "1.5.5", features = ["json"]} \ No newline at end of file +ureq = {version = "1.5.5", features = ["json"]}