diff --git a/Cargo.lock b/Cargo.lock index 10e7cb1..bc54089 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c79b9a2..cea0887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file +dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" }