Changed dev-dtos to new repo

This commit is contained in:
Franklin 2023-03-05 09:14:24 -04:00
parent 16f9b31a70
commit 9454ba6664
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -432,7 +432,7 @@ dependencies = [
[[package]]
name = "dev-dtos"
version = "0.1.0"
source = "git+https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git#400f705ead30467cadc96d7aef6a3163f323df45"
source = "git+https://git.franklinblanco.dev/franklinblanco/dev-dtos.git#6ca6a736799e1d8479912f5ee110df66bc473d05"
dependencies = [
"chrono",
"serde",

View File

@ -13,5 +13,5 @@ serde = { version = "1.0", features = ["derive"] }
#openssl = { version = "0.10", features = ["vendored"] }
err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" }
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" }
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" }
actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" }