Changed from github to gitea

This commit is contained in:
Franklin 2023-02-21 13:23:22 -04:00
parent a4d99562c3
commit 16f9b31a70
2 changed files with 15 additions and 7 deletions

16
Cargo.lock generated
View File

@ -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"

View File

@ -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" }
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" }