From 16f9b31a7099caf86abe4c0ce1859b2ed714d9e6 Mon Sep 17 00:00:00 2001 From: Franklin Date: Tue, 21 Feb 2023 13:23:22 -0400 Subject: [PATCH] Changed from github to gitea --- Cargo.lock | 16 ++++++++++++---- Cargo.toml | 6 +++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f0cf63..a90ac83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,10 +184,10 @@ dependencies = [ [[package]] name = "actix-web-utils" version = "0.2.21" -source = "git+https://github.com/franklinblanco/actix-web-utils.git#416e44e849a4911fde589424a703236585192365" +source = "git+https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git#416e44e849a4911fde589424a703236585192365" dependencies = [ "actix-web", - "err", + "err 0.1.1 (git+https://github.com/franklinblanco/err.git)", "log", "serde", "serde_json", @@ -423,7 +423,7 @@ version = "0.1.0" dependencies = [ "actix-web-utils", "dev-dtos", - "err", + "err 0.1.1 (git+https://git.franklinblanco.dev/franklinblanco/err.git)", "reqwest", "serde", "tokio", @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "dev-dtos" version = "0.1.0" -source = "git+https://github.com/franklinblanco/user-dtos.git#3b3ffde695753edb4e7ffdf722299b372f2c0bd0" +source = "git+https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git#400f705ead30467cadc96d7aef6a3163f323df45" dependencies = [ "chrono", "serde", @@ -457,6 +457,14 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "err" +version = "0.1.1" +source = "git+https://git.franklinblanco.dev/franklinblanco/err.git#d814091e7367d101197c35e2f7e56a744ce4296b" +dependencies = [ + "serde", +] + [[package]] name = "err" version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index 0876571..064b25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ reqwest = { version = "0.11.11", features = [ "json", "blocking" ]} serde = { version = "1.0", features = ["derive"] } #openssl = { version = "0.10", features = ["vendored"] } -err = { git = "https://github.com/franklinblanco/err.git" } -dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" } -actix-web-utils = { git = "https://github.com/franklinblanco/actix-web-utils.git" } \ No newline at end of file +err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" } +dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" } +actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" } \ No newline at end of file