Updated dev-dtos repo to new v

This commit is contained in:
Franklin 2023-03-05 09:14:49 -04:00
parent 8234a48cf2
commit 751a15dcf8
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://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

@ -16,4 +16,4 @@ chrono = { version = "0.4", features = [ "serde" ] }
rust_decimal = "1.26"
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" }