From 5e1c1c8c50e78cbfc87c65108ca3206b96192915 Mon Sep 17 00:00:00 2001 From: Franklin Date: Mon, 20 Feb 2023 14:47:27 -0400 Subject: [PATCH] github to gite --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fe3e21..7b9521a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ chat-types = { git = "https://git.franklinblanco.dev/franklinblanco/chat-types.g err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" } actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" } -dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" } \ No newline at end of file +dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" }