From 0772a2ec7baaf8a4ab6d11473a9618dfa99c0fd9 Mon Sep 17 00:00:00 2001 From: Anas Date: Sun, 19 Nov 2023 11:43:20 +0200 Subject: [PATCH] chore: use https in the crate metadata URLs (#13) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50e77b8..ad8cedd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.1" edition = "2021" license = "MIT" description = "Unofficial redpanda test container" -homepage = "http://github.com/milenkovicm/testcontainers-redpanda-rs" -repository = "http://github.com/milenkovicm/testcontainers-redpanda-rs" +homepage = "https://github.com/milenkovicm/testcontainers-redpanda-rs" +repository = "https://github.com/milenkovicm/testcontainers-redpanda-rs" readme = "README.md" categories = ["development-tools::testing"] keywords = ["testcontainers", "testing", "kafka", "redpanda", "integration-testing"]