Changed repo

This commit is contained in:
Franklin 2022-10-23 00:07:37 -04:00
parent 445871ff4c
commit cd828ed1b0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -60,7 +60,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "dev-dtos"
version = "0.1.0"
source = "git+https://github.com/franklinblanco/user-dtos.git#3b3ffde695753edb4e7ffdf722299b372f2c0bd0"
source = "git+https://github.com/franklinblanco/user-svc-dtos-rust.git#80abf74269baf13b9fc1d186516564b0d4521270"
dependencies = [
"chrono",
"serde",

View File

@ -16,4 +16,4 @@ chrono = { version = "0.4", features = [ "serde" ] }
rust_decimal = "1.26"
err = { git = "https://github.com/franklinblanco/err.git" }
dev-dtos = { git = "https://github.com/franklinblanco/user-dtos.git" }
dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" }